Marc Garcia
Marc Garcia
We are using sphinx and the pydata sphinx theme to generate our docs. We don't need to implement it, we just need to set up the theme to show the...
> @datapythonista Hi, I want to use /take command for other issue, but it seems to be not working. Does /take command need time to be assigned? Actually, I want...
It's documented in the developers guide in our docs, not sure exactly where, but you should be able to find it.
> Hi, can I too work on this issue? Sure, go ahead. Thank you!
You can use `--ignore-io-errors` to avoid that error.
Yes, if you have the changes locally, and want to get your changes into our official docs, the only way is opening a pull request
I couldn't review before merged, but happy with the proposal here, really nice improvement. I'm curious what's the suggested workaround mentioned in the PDEP for parsing columns with different formats....
Actually what I had in mind was answered in the first answer, I don't think my question was very clear. I missed the workaround when reading the PDEP, sorry.
This is a bit tricky. The column in your DataFrame is not a pandas datetime, but a Python object. Those are saved differently internally. If you try to convert the...
Thanks a lot for all the information @cdcadman, that's useful. There is something I still don't fully understand. Let me explain in detail, and please correct me if I'm wrong,...