| commit | c473244fb597e37461ab9706fd45475202c00e3c | [log] [tgz] |
|---|---|---|
| author | Lei <33376433+LeiRui@users.noreply.github.com> | Fri Apr 18 20:47:08 2025 +0800 |
| committer | GitHub <noreply@github.com> | Fri Apr 18 20:47:08 2025 +0800 |
| tree | 4a45f185c92eb1edc8cac3dda0da312af592e517 | |
| parent | 19037dcbd4baa5d59e325c04032af88cd30bcb51 [diff] |
Polish README.md
diff --git a/README.md b/README.md index 0cec671..57cc613 100644 --- a/README.md +++ b/README.md
@@ -38,10 +38,7 @@ # query: result = session.execute_query_statement(sql) - -start = time.time_ns() df = result.todf() - print(df) t_online=df.iloc[:,0] @@ -74,10 +71,7 @@ # query: result = session.execute_query_statement(sql) - -start = time.time_ns() df = result.todf() - print(df) df = df.rename(columns={'root.sg.d6.pre_t': 't', 'root.sg.d6.pre_v': 'v'})