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
Copy file name to clipboardExpand all lines: docs/news.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ breaking changes will not be included until v5.0.
17
17
change will now check the expiration datetime of the URL before using it.
18
18
If the URL is expired it will be refreshed.
19
19
-**Added support for `pandas.read_csv` key word arguments:**
20
-
- Added support for all `pandas.read_csv`key word arguments to the `asDataFrame` method of the `CsvFileTable` class.
20
+
- Added support for all `pandas.read_csv`keyword arguments to the `asDataFrame` method of the `CsvFileTable` class.
21
21
- This enables custom handling of missing values and default values when reading a Synapse table to a pandas DataFrame. See the pandas [documentation](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html) for a full list of available keyword arguments.
0 commit comments