Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add direct support for edit cell with objects e.g. Timestamp #29

Open
richardlin047 opened this issue Mar 17, 2021 · 0 comments
Open

Add direct support for edit cell with objects e.g. Timestamp #29

richardlin047 opened this issue Mar 17, 2021 · 0 comments

Comments

@richardlin047
Copy link
Collaborator

Right now if you edit a date column, the history will look like:

# Edit cell
df.loc[(1, 'Date')]=Timestamp('2013-01-15 00:00:00')
unfiltered_df.loc[(1, 'Date')]=Timestamp('2013-01-15 00:00:00')

If you call spreadsheet.apply_history(), Timestamp is not defined, so it doesn't work. Would need to change history to include the import name or import objects to be supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant