Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
crabio
/
influxdb-python
Public
forked from
influxdata/influxdb-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
xginn8
Datepicker
All time
Commit History
Commits on Apr 8, 2019
Update delete_series docstring to differentiate between drop_database (#699)
Show description for 47aeb9b
xginn8
authored
47aeb9b
Copy full SHA for 47aeb9b
Commits on Mar 20, 2019
Add CODEOWNERS file for automatic reviewers on GitHub
Show description for 02865ae
xginn8
committed
02865ae
Copy full SHA for 02865ae
Commits on Mar 14, 2019
Bump version to 5.2.2
Show description for 5eda204
xginn8
committed
5eda204
Copy full SHA for 5eda204
Fixup small test docstring typo
Show description for 78dafd7
xginn8
committed
78dafd7
Copy full SHA for 78dafd7
Rename all mixedCase globals to snake case to appease N816 (#689)
Show description for 02de23f
xginn8
authored
02de23f
Copy full SHA for 02de23f
Commits on Feb 12, 2019
Unpin setuptools to fix travis (#674)
Show description for 7d924d5
xginn8
authored and
aviau
committed
7d924d5
Copy full SHA for 7d924d5
Commits on Jul 15, 2018
Pass through method kwarg to DataFrameClient query method (#617)
Show description for caa9e7d
xginn8
authored
caa9e7d
Copy full SHA for caa9e7d
Commits on Jul 6, 2018
Add shard_duration parameter when creating or altering retention poli… (#606)
Show description for b7e43c3
xginn8
authored
b7e43c3
Copy full SHA for b7e43c3
Use GET & POST appropriately according to InfluxDB documentation (#608)
Show description for b7d75af
xginn8
authored
b7d75af
Copy full SHA for b7d75af
Commits on Jul 4, 2018
Add back PyPy3, remove references to Python 3.4
xginn8
committed
4fea43e
Copy full SHA for 4fea43e
Enable testing for InfluxDB v1.3.9, v1.4.2, and v1.5.4 (tsi)
Show description for ae2a3c7
xginn8
committed
ae2a3c7
Copy full SHA for ae2a3c7
Commits on Jul 3, 2018
Update travis to test multiple versions of InfluxDB
Show description for 4dc7e02
xginn8
committed
4dc7e02
Copy full SHA for 4dc7e02
Commits on Jul 1, 2018
Mention in README.md that Python 3.3 is no longer supported
xginn8
committed
8022fb6
Copy full SHA for 8022fb6
Add changelog to CHANGELOG.md
xginn8
committed
25b7b89
Copy full SHA for 25b7b89
Add changelog entries for 5.0.0 release
xginn8
committed
6847fe4
Copy full SHA for 6847fe4
Add an initial stub for a CHANGELOG.md
xginn8
committed
9b2d7d1
Copy full SHA for 9b2d7d1
Commits on Feb 10, 2018
specify the numpy dependency explicitly to prevent regression in test (#563)
Show description for a26b39f
xginn8
authored
a26b39f
Copy full SHA for a26b39f
Commits on Nov 29, 2017
adding back dropped database param
Show description for 1212530
xginn8
committed
1212530
Copy full SHA for 1212530
Commits on Nov 21, 2017
Fix failing tags match in get_points() on a ResultSet (#511)
Show description for 89961cf
xginn8
authored and
aviau
committed
89961cf
Copy full SHA for 89961cf
Commits on Oct 30, 2017
Merge pull request #508 from xginn8/retry_with_backoff
Show description for 9d6de13
xginn8
authored
9d6de13
Copy full SHA for 9d6de13
Commits on Oct 28, 2017
Merge branch 'master' into retry_with_backoff
xginn8
authored
e509613
Copy full SHA for e509613
replace dataframe.ix with dataframe.iloc. fixes #528
xginn8
committed
4d9564a
Copy full SHA for 4d9564a
fixing broken pypy test
xginn8
committed
9590a4d
Copy full SHA for 9590a4d
Commits on Oct 26, 2017
Merge branch 'master' into retry_with_backoff
xginn8
authored
e043b1e
Copy full SHA for e043b1e
Commits on Sep 29, 2017
adding retry logic for all requests.exceptions
Show description for a66c555
xginn8
committed
a66c555
Copy full SHA for a66c555
Commits on Aug 11, 2017
Merge pull request #486 from Realytics/master
Show description for 046b219
xginn8
authored
046b219
Copy full SHA for 046b219
Commits on Apr 12, 2017
fixing flake8 failures
xginn8
committed
74ce644
Copy full SHA for 74ce644
fixing indentation, adding tests to confirm connection behavior
xginn8
committed
93b91e4
Copy full SHA for 93b91e4
Commits on Apr 10, 2017
Allow user-configurable number of retries when submitting request to database
xginn8
committed
194ef13
Copy full SHA for 194ef13
You can’t perform that action at this time.