Skip to content

Commit 869c4a2

Browse files
committed
updates documentation
1 parent d9a7c91 commit 869c4a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/news.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ breaking changes will not be included until v5.0.
1212
## 4.5.0 (2024-09-09)
1313
### Highlights
1414
- **Improved handling of pre-authorized requests:**
15-
- During long running asyncronous download operations (i.e. syncing a folder with many files),
15+
- During long running asynchronous download operations (i.e. syncing a folder with many files),
1616
some pre-authorized URLs were expiring before they were used to download the file. This
17-
change will now check the expiration datetime of the URL before using it to download the file.
17+
change will now check the expiration datetime of the URL before using it.
1818
If the URL is expired it will be refreshed.
1919
- **Added support for `pandas.read_csv` key word arguments:**
2020
- Added support for all `pandas.read_csv` key word arguments to the `asDataFrame` method of the `CsvFileTable` class.
21-
- This enables custom handling of how to handle missing values and default values when reading a Synapse table to a pandas DataFrame.
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 key word arguments.
2222

2323

2424
### Bug Fixes

0 commit comments

Comments
 (0)