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

fix: data types for querying into DataFrame #380

Merged
merged 2 commits into from
Dec 14, 2021
Merged

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Dec 9, 2021

Closes #379

Proposed Changes

Fixed Pandas DataFrame's type.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • pytest tests completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar marked this pull request as ready for review December 9, 2021 13:06
@bednar bednar requested a review from rhajek December 9, 2021 13:06
@codecov-commenter
Copy link

codecov-commenter commented Dec 9, 2021

Codecov Report

Merging #380 (212b784) into master (554e8a0) will increase coverage by 0.04%.
The diff coverage is 100.00%.

❗ Current head 212b784 differs from pull request most recent head a2ccc4d. Consider uploading reports for the commit a2ccc4d to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #380      +/-   ##
==========================================
+ Coverage   92.90%   92.94%   +0.04%     
==========================================
  Files          28       28              
  Lines        2395     2395              
==========================================
+ Hits         2225     2226       +1     
+ Misses        170      169       -1     
Impacted Files Coverage Δ
influxdb_client/client/flux_csv_parser.py 97.98% <100.00%> (+0.50%) ⬆️

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 554e8a0...a2ccc4d. Read the comment docs.

@bednar bednar added this to the 1.25.0 milestone Dec 14, 2021
@bednar bednar merged commit afee531 into master Dec 14, 2021
@bednar bednar deleted the fix/pandas-data-types branch December 14, 2021 13:31
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.

query_data_frame returns object data type for all columns
3 participants