Brian Larsen

Results 16 issues of Brian Larsen

`get_indices_as_dataframe` returns an empty dataframe if the dataset was created using secondary_indices, even though `.partitions` and `.index_columns` reflect correct values. Creating an identical dataset without secondary_indices works normally. The dataset...

usability
refactoring

This warning occurs numerous times during testing. tests/test_fixedextensionarray.py: 191 warnings tests/test_geodataframe.py: 1 warning tests/geometry/test_to_geopandas.py: 2 warnings /home/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of...

bug

- Use tenacity for retry by default, but fall back to retrying or simple decorator if unavailable. - Extract some filesystem retry logic into io utils.

While using `read_parquet_dask` to read files written with `pack_partitions_to_parquet` method, passing bounds and `load_divisions=True` causes a KeyError. Reading the same file with one option or the other works. Example: ```python...

#### ALL software version info packages ``` # Name Version Build Channel _libgcc_mutex 0.1 conda_forge conda-forge _openmp_mutex 4.5 1_gnu conda-forge abseil-cpp 20200923.3 h9c3ff4c_0 conda-forge absl-py 0.12.0 pypi_0 pypi adal 1.2.6...

#### ALL software version info packages ``` # Name Version Build Channel _libgcc_mutex 0.1 conda_forge conda-forge _openmp_mutex 4.5 1_gnu conda-forge abseil-cpp 20200923.3 h9c3ff4c_0 conda-forge absl-py 0.12.0 pypi_0 pypi adal 1.2.6...

First, thanks for the great project! Our project standardized on using dates in the ISO 8601 `YYYYMMDD` format. According to [wikipedia](https://en.wikipedia.org/wiki/ISO_8601): > the standard allows both the "YYYY-MM-DD" and YYYYMMDD...

Splitting out from my comment in #939: > Also, while I haven't yet tried using this at scale, I wonder if the dateparser.parse function might have some opportunity for performance...

Splitting out from my comment in #939 : > from what I could tell, the DateDataParser does not accept a date_formats parameter, even in the settings dictionary, instead it looks...