Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d3fd851

Browse filesBrowse files
committed
Add support for custom indexes for query in the DataFrameClient (influxdata#785)
1 parent de75e73 commit d3fd851
Copy full SHA for d3fd851

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎influxdb/_dataframe_client.py

Copy file name to clipboardExpand all lines: influxdb/_dataframe_client.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def _to_dataframe(self, rs, dropna=True, data_frame_index: List[str] = None):
226226
df.set_index('time', inplace=True)
227227
if df.index.tzinfo is None:
228228
df.index = df.index.tz_localize('UTC')
229-
df.index.name = 'time'
229+
df.index.name = None
230230

231231
result[key].append(df)
232232
for key, data in result.items():

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.