dovpanda icon indicating copy to clipboard operation
dovpanda copied to clipboard

Directions overlay for working with pandas in an analysis environment

Results 43 dovpanda issues
Sort by recently updated
recently updated
newest added

This PR updates [flake8](https://pypi.org/project/flake8) from **3.7.9** to **5.0.4**. Changelog ### 3.9.2 ``` ------------------- You can view the `3.9.2 milestone`_ on GitHub for more details. Bugs Fixed ~~~~~~~~~~ - Fix error...

This PR updates [sphinx](https://pypi.org/project/sphinx) from **2.2.1** to **5.1.1**. Changelog ### 5.1.1 ``` ===================================== Bugs fixed ---------- * 10701: Fix ValueError in the new ``deque`` based ``sphinx.ext.napolean`` iterator implementation. * 10702:...

This PR updates [twine](https://pypi.org/project/twine) from **2.0.0** to **4.0.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/twine - Docs: https://twine.readthedocs.io/

This PR updates [pytest](https://pypi.org/project/pytest) from **5.3.1** to **7.1.2**. Changelog ### 7.1.2 ``` ========================= Bug Fixes --------- - `9726 <https://github.com/pytest-dev/pytest/issues/9726>`_: An unnecessary ``numpy`` import inside :func:`pytest.approx` was removed. - `9820 <https://github.com/pytest-dev/pytest/issues/9820>`_:...

# Brief Description on Import I get the error "AttributeError: module 'pandas.core.indexing' has no attribute '_NDFrameIndexer'" as far as I can tell this is was bound to private method that...

bug
good first issue

This PR updates [bump2version](https://pypi.org/project/bump2version) from **0.5.11** to **1.0.1**. Changelog ### 1.0.1 ``` - Added: enable special characters in search/replace, thanks mckelvin - Added: allow globbing a pattern to match multiple...

# Brief Description While reading a DataFrame there is one parameter which is called low_memory and it's set to True by default. It's function is to decide minimal data type...

_Framework

# Brief Description I understand that dovpanda is a dynamic tool and actually needs to run the program unlike static linters (e.g. mypy, pylint). Still, would be cool if there...

_Framework

# Brief Description I'm trying to concatenate csv files that start with keyword(example uses A). With dovpanda, the csv files don't seem to be found. I checked the "glob(os.path.join(keyword +...

bug

As I understand, the dov hints when a line calls a function with "inplace=False" (explicitly or implicitly by default) but there's no assignment. However, sometimes functions are called in order...

bug