We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85ecee commit ed975b4Copy full SHA for ed975b4
CHANGELOG.md
@@ -27,7 +27,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
27
- Fix nanosecond time resolution for points (#407 thx @AndreCAndersen && @clslgrnc)
28
- Fix import of distutils.spawn (#805 thx @Hawk777)
29
- Update repr of float values including properly handling of boolean (#488 thx @ghost)
30
-- Update dataframe_client to fix faulty empty tags (#770 thx @michelfripiat)
+- Update DataFrameClient to fix faulty empty tags (#770 thx @michelfripiat)
31
+- Update DataFrameClient to properly return `dropna` values (#778 thx @jgspiro)
32
+- Update DataFrameClient to test for pd.DataTimeIndex before blind conversion (#623 thx @testforvin)
33
34
### Removed
35
0 commit comments