8000 Comparing influxdata:master...SatoshiNewton:master · influxdata/influxdb-python · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: influxdata/influxdb-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SatoshiNewton/influxdb-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 9, 2018

  1. Fix the compatibility to pandas DataFrame

    Originally, the setting is use the list to confirm the precision issue,  ['n', 'u', 'ms', 's', 'm', 'h', 'N', None].
    However, i change the list to another form, ['n', 'u', 'ms', 's', 'm', 'h', 'N', 'U', 'L', 'S', 'M', 'H', None], because the pandas have some different in mine work.
    Pandas version: 0.22.0
    OS: OS X.
    SatoshiNewton authored Jan 9, 2018
    Configuration menu
    Copy the full SHA
    576a881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b2574 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Configuration menu
    Copy the full SHA
    b61c118 View commit details
    Browse the repository at this point in the history
Loading
0