-
Updated
Nov 3, 2020 - Python
datascience
Here are 318 public repositories matching this topic...
-
Updated
Sep 17, 2020 - Python
-
Updated
Oct 15, 2020 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
May 1, 2019 - Python
Complementar a base de dados com esses novos CNPJs. Links interessantes:
- Tabelas complementares disponíveis no site da Receita Federal
- Tabela com CNPJ dos Entes Federativos
- [Tabela de Qualificação do Re
-
Updated
Nov 1, 2019 - Python
Unzip Slides
The slides for most of the courses need to be unzipped.
Format Code
Format Instructions
-
Updated
Sep 6, 2020 - Python
-
Updated
Jan 22, 2018 - Python
-
Updated
Sep 21, 2020 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Jan 16, 2020 - Python
-
Updated
Sep 25, 2020 - Python
-
Updated
Apr 3, 2015 - Python
-
Updated
Nov 2, 2020 - Python
Apparate will not let you upload a library with the same name + version as an existing library, to avoid unintentional overwrites in the case a version is accidentally not updated.
This would add a -f/--force option to instead overwrite the library, which can be useful when actively testing a library.
-
Updated
Jul 15, 2019 - Python
-
Updated
Oct 4, 2019 - Python
-
Updated
Aug 18, 2019 - Python
-
Updated
May 25, 2018 - Python
We are making frequent use of custom section names, but we need to explicitly declare them in the section_registry.
We should have primrose automatically detect and register sections based on indentation in the yaml file. It seems like explicit declaration of sections should only be needed for section_run.
-
Updated
Oct 5, 2018 - Python
-
Updated
Nov 1, 2019 - Python
-
Updated
Oct 29, 2020 - Python
-
Updated
Apr 25, 2019 - Python
Improve this page
Add a description, image, and links to the datascience topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datascience topic, visit your repo's landing page and select "manage topics."
assert conditionwith the patternif not condition: raise AssertionError()