-
Updated
May 18, 2020 - Jupyter Notebook
datascience
Here are 1,533 public repositories matching this topic...
-
Updated
Oct 31, 2019
-
Updated
May 12, 2020 - Jupyter Notebook
-
Updated
May 18, 2020
https://docs.python.org/3/library/typing.html
This way python autocomplete engines work better when the function types are known. It would be a considerable improvement in this library since code can be type checked before running it, not to mention improved auto-complete correctness.
-
Updated
Apr 18, 2018 - R
-
Updated
May 3, 2020 - Jupyter Notebook
Code improvements
- correcting handling asserts
- replacing
assert condition
with the pattern
if not condition: raise AssertionError()
- replacing
For discussion, see IndrajeetPatil/ggstatsplot#333 (comment)
-
Updated
May 17, 2020 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
Aug 8, 2019 - Jupyter Notebook
Write notebook docs
- Investigate CSS + nbconvert. Make sure it looks nice, and we can link between pages? (Sudeep)
- Integrate into sbt build (Aish)
- Write general overview on how to plot
- Write withData tutorial (plus Spark integration)
- Write rendering + notebook tutorial
-
Updated
Mar 29, 2020 - Jupyter Notebook
-
Updated
May 12, 2020 - Jupyter Notebook
-
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
Hi,
I am currently going through the tutorial
https://krangl.gitbook.io/docs/tutorials/statistics
At the bottom of the page there is a code listing:
// PC1 vs PC2 scatter
plotOf(projection.transpose().array().withIndex()) {
mark(MarkType.point)
encoding(x) { value[0] }
encoding(y) { value[1] }
encoding(text){ "PC"+index}
}.render()
This uses plot
Any plans to get this into DefinitelyTyped?
Originally posted by @danielgwilson in Gmousse/dataframe-js#43 (comment)
-
Updated
Nov 1, 2019 - Python
-
Updated
Jul 23, 2018 - Jupyter Notebook
-
Updated
Dec 1, 2018
-
Updated
Oct 5, 2018 - Jupyter Notebook
-
Updated
Nov 26, 2018 - Java
-
Updated
Apr 15, 2020
-
Updated
May 6, 2020 - Jupyter Notebook
-
Updated
Apr 27, 2020
-
Updated
Oct 31, 2019 - Jupyter Notebook
-
Updated
May 4, 2020 - Jupyter Notebook
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."
Describe the problem
We should test on larger datasets that are commonly used in