microsoft / datamations

https://microsoft.github.io/datamations/
Other
66 stars 14 forks source link

Python port of the salary data example #120

Closed chisingh closed 2 years ago

chisingh commented 2 years ago

This is a basic working example with the salary data to generate plots inside Jupyter notebooks. Closes #104

jhofman commented 2 years ago

@sharlagelfand will have a look over, @jhofman will try to clone and render the notebook for reproducibility

sharlagelfand commented 2 years ago

Thanks @chisingh! Just some initial thoughts here, mainly around consistency and how the python code fits within the existing repo (which follows the structure of an R package, for now):

I think that's it for now! Excited by your demos of this and to start testing parity 🎉

chisingh commented 2 years ago

Moved python tests to the same folder as the rest of the source code and fixed the README and the function name datamation_sanddance. The folder name datamations also becomes the python package name, so let's keep it for now as you can ignore it entirely from the R package.

sharlagelfand commented 2 years ago

Thanks - looks good to me, then! Understood re: the folder name becoming the package, all good there then :) I'll push a commit to the main branch that'll ignore the datamations folder so it won't cause issues on the R package checks.

chisingh commented 2 years ago

Thank you!