From ed886ae137d965c98c87e2e40f8b311904150d33 Mon Sep 17 00:00:00 2001 From: bwmac Date: Tue, 10 Sep 2024 09:57:37 -0600 Subject: [PATCH] keyword --- docs/news.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.md b/docs/news.md index 746ee8498..2f8c80fbb 100644 --- a/docs/news.md +++ b/docs/news.md @@ -17,7 +17,7 @@ breaking changes will not be included until v5.0. change will now check the expiration datetime of the URL before using it. If the URL is expired it will be refreshed. - **Added support for `pandas.read_csv` key word arguments:** - - Added support for all `pandas.read_csv` key word arguments to the `asDataFrame` method of the `CsvFileTable` class. + - Added support for all `pandas.read_csv` keyword arguments to the `asDataFrame` method of the `CsvFileTable` class. - 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.