datascience
Here are 2,557 public repositories matching this topic...
-
Updated
Oct 31, 2019
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 18, 2021 - Jupyter Notebook
With a config like this
{
"METAFLOW_DATASTORE_SYSROOT_S3": "s3://mf-test/metaflow/",
}
(note a slash after METAFLOW_DATASTORE_SYSROOT_S3
)
metaflow.S3(run=self).put*
produces double-slashes like here:
s3://mf-test/metaflow//data/DataLoader/1630978962283843/month=01/data.parquet
The trailing slash in the config shouldn't make a difference
-
Updated
Dec 21, 2021
-
Updated
Nov 26, 2021 - Python
-
Updated
Apr 1, 2021 - Jupyter Notebook
-
Updated
Oct 19, 2020 - R
-
Updated
Aug 14, 2021 - Jupyter Notebook
-
Updated
Dec 13, 2021 - R
Code improvements
- correcting handling asserts
- replacing
assert condition
with the pattern
if not condition: raise AssertionError()
- replacing
-
Updated
Sep 27, 2021 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
Dec 29, 2021
-
Updated
Aug 8, 2019 - Jupyter Notebook
-
Updated
Nov 24, 2021 - Jupyter Notebook
-
Updated
Dec 18, 2021 - Jupyter Notebook
Currently EntityResourceTest#get_entityListWithPagination_200 pagination creates 40 entities and performs listing with pagination tests. This is done for all the entities from the base class. such as table, databases, dashboards etc.
int maxEntities = 40;
Change maxEntities to a random number between 5 - 40 to reduce the time spent in testing during builds.
-
Updated
Apr 27, 2021 - Python
-
Updated
May 10, 2021
-
Updated
Oct 8, 2021 - Jupyter Notebook
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
Dec 29, 2021 - TypeScript
-
Updated
Dec 29, 2021 - Kotlin
-
Updated
Dec 18, 2021 - Clojure
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."