Open philipstarkey opened 7 years ago
Original comment by Philip Starkey (Bitbucket: pstarkey, GitHub: pstarkey).
Hmm, this looks messy. There's a discussion here about the deprecation. There is now a infer_objects
method in pandas, but I don't think that directly replicates what we currently do (I think it will probably convert dates and timedeltas - see the source code for that vs convert_objects
).
There is also a _convert
method we could use, but that's a little dodgy since it's not part of the exposed API.
Original report (archived issue) by Jan Werkmann (Bitbucket: PhyNerd, GitHub: PhyNerd).
There is a deprecation warning that lyse currently throws the first time the dataframe is requested by a analysis routine.
We should maybe replace it?