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

Fixed DataFrame widget datetime formatting #1221

Merged
merged 2 commits into from
Apr 2, 2020
Merged

Fixed DataFrame widget datetime formatting #1221

merged 2 commits into from
Apr 2, 2020

Conversation

philippjfr
Copy link
Member

Fixes #1195

@codecov
Copy link

codecov bot commented Apr 2, 2020

Codecov Report

Merging #1221 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1221      +/-   ##
==========================================
+ Coverage   87.41%   87.43%   +0.02%     
==========================================
  Files         106      106              
  Lines       12619    12627       +8     
==========================================
+ Hits        11031    11041      +10     
+ Misses       1588     1586       -2     
Impacted Files Coverage Δ
panel/tests/widgets/test_tables.py 95.94% <100.00%> (+0.49%) ⬆️
panel/widgets/tables.py 79.50% <100.00%> (+1.63%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d02f5a...d59ed48. Read the comment docs.

@philippjfr philippjfr merged commit ab58d4b into master Apr 2, 2020
@philippjfr philippjfr deleted the table_dt_fix branch April 2, 2020 13:49
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

Successfully merging this pull request may close these issues.

DataFrame widget changes dataframe dtype from datetime to float
1 participant