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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ breaking changes will not be included until v5.0.
12
12
## 4.5.0 (2024-09-09)
13
13
### Highlights
14
14
-**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),
16
16
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.
18
18
If the URL is expired it will be refreshed.
19
19
-**Added support for `pandas.read_csv` key word arguments:**
20
20
- 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.
0 commit comments