RE: Problem with concatenating two dataframes

2021-11-08 Thread Schachner, Joseph
The problem I see here is use of Pandas. I know I have he losing opinion, but people who use Python to load Panadas and then only use Pandas are missing out on the functionality of Python. I'll bet you could code combining this data in pure Python, into one dictionary. In fact I'd be shocked

Re: Py_IS_TYPE(op, &PyDict_Type) does not work on MacOS

2021-11-08 Thread Barry
> On 8 Nov 2021, at 07:45, Marco Sulla wrote: > > As you can read here: > > https://github.com/Marco-Sulla/python-frozendict/issues/37 > > Py_IS_TYPE(op, &PyDict_Type) did not work on MacOS. I had to use PyDict_Check. > > Why don't I have this problem with Linux? > > PS: since I'm creating