easydata icon indicating copy to clipboard operation
easydata copied to clipboard

A flexible template for doing reproducible data science in Python.

Results 72 easydata issues
Sort by recently updated
recently updated
newest added

Right now the script invokes `conda-forge` even when `conda-forge` isn't invoked in the `environment.yml`. We need to be able to pull from other self-hosted channels as well.

# In brief We need environments to be shareable, reproducible and upgradeable for at least a 2 month window (ideally 6-12 months). This is deceptively non-trivial. *** # Problems/ what...

The current way we handle data hashing doesn't survive package upgrades. For example, with pandas, we have been dumping dataframes and the hashes change (even if the data itself doesn't)...

bug
critical

Autogenerated MIT license includes both the MIT license and a Copyright line (for proprietary). Is this how the MIT license works?

question
critical

`run_notebook` in src/utils.py needs to optionally create output paths if they don't exist.

bug

Add some magic to the Makefile that re-prints the "now would be a good time to initialize a git repo" message after, say, a make update. (check for a .git...

We love pathlib. It is great for using paths in a platform independent way (windows/mac/linux). We use it in easydata when we give everything in an easydata repo a standard...

enhancement

While I had similar issues as reported in nb_conda_kernels issue #158 some time ago, I can't remember this issue arising since quite some time. Instead, when I try to use...

take out extra instructions from the readme

Sometimes the old one still works, but should be changed to easydata, not cookiecutter-easydata