diff --git a/docs/api-reference/dependencies.md b/docs/api-reference/dependencies.md index 75ef4b277..f8995e36a 100644 --- a/docs/api-reference/dependencies.md +++ b/docs/api-reference/dependencies.md @@ -15,6 +15,7 @@ - is_cudf_series - is_dask_dataframe - is_ibis_table + - is_into_dataframe - is_into_series - is_modin_dataframe - is_modin_index diff --git a/narwhals/_arrow/utils.py b/narwhals/_arrow/utils.py index bc8d17010..6f74294d5 100644 --- a/narwhals/_arrow/utils.py +++ b/narwhals/_arrow/utils.py @@ -340,7 +340,9 @@ def convert_str_slice_to_int_slice( # Regex for date, time, separator and timezone components DATE_RE = r"(?P\d{1,4}[-/.]\d{1,2}[-/.]\d{1,4})" SEP_RE = r"(?P\s|T)" -TIME_RE = r"(?P