File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ print(pretty_result)
135135
136136### DataFrame operations {#dataframe-operations}
137137
138- #### Legacy dataFrame API {#legacy-dataframe-api}
138+ #### Legacy DataFrame API {#legacy-dataframe-api}
139139
140140``` python
141141import chdb.dataframe as cdf
@@ -507,7 +507,7 @@ sess.close()
507507
508508### Python table engine {#python-table-engine}
509509
510- #### Query Pandas dataFrames {#query-pandas-dataframes}
510+ #### Query Pandas DataFrames {#query-pandas-dataframes}
511511
512512``` python
513513import chdb
@@ -562,7 +562,7 @@ window_result = chdb.query("""
562562print (window_result)
563563```
564564
565- #### Custom data sources with pyReader {#custom-data-sources-pyreader}
565+ #### Custom data sources with PyReader {#custom-data-sources-pyreader}
566566
567567Implement custom data readers for specialized data sources:
568568
You can’t perform that action at this time.
0 commit comments