Replies: 1 comment 1 reply
-
|
Can you confirm your version of datapane and try upgrading it ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im converting below dictionary( json array) to DF and trying to generate table and it seems that one particular column being showed as time duration in report.
data = [{'a': 0, 'b': 8.222222222222221, 'c': -107.0, 'd': "68"}]
df = pd.DataFrame.from_dict(ch_table)
in the report i see 'd' column being displayed as time duration(0 days 00:00:00.000000068).
can you please help me to find whats going wrong here.
Beta Was this translation helpful? Give feedback.
All reactions