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
- Update quickstart.py references to examples/advanced/complete_walkthrough.py
- Update quickstart_file_upload.py reference to examples/advanced/file_upload.py
- Update quickstart_pandas.py reference to examples/advanced/pandas_integration.py
- All references now point to existing files in the current directory structure
- Retrieve multiple with paging (`$top` vs `page_size`)
104
104
- Executing a read-only SQL query (Web API `?sql=`)
105
105
106
-
For upload files functionalities, run quickstart_file_upload.py instead
106
+
For upload files functionalities, run `examples/advanced/file_upload.py` instead
107
107
108
108
## Examples
109
109
@@ -343,7 +343,7 @@ Notes:
343
343
344
344
### Pandas helpers
345
345
346
-
`PandasODataClient` is a thin wrapper around the low-level client. All methods accept logical (singular) names (e.g. `account`, `new_sampleitem`), not entity set (plural) names. See `examples/quickstart_pandas.py` for a DataFrame workflow.
346
+
`PandasODataClient` is a thin wrapper around the low-level client. All methods accept logical (singular) names (e.g. `account`, `new_sampleitem`), not entity set (plural) names. See `examples/advanced/pandas_integration.py` for a DataFrame workflow.
0 commit comments