X Tutup
The Wayback Machine - https://web.archive.org/web/20200127131948/https://github.com/topics/python-data
Skip to content
#

python-data

Here are 3 public repositories matching this topic...

SP-alex-muelas
SP-alex-muelas commented Apr 3, 2019

Datetime fields are converted with the datetime_to_serial_number function to integers on writing to the sheet. However, this can be a problem right now when sorting, as python will attempt to compare a datetime object (from a newly added item) with an int object (read from the existing table) and break.

Perhaps datetime objects should be converted to ints when adding them to the table, or they

Improve this page

Add a description, image, and links to the python-data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-data topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
X Tutup