Closed santisoler closed 6 years ago
💖 Thanks for opening this pull request! 💖
Please make sure you read our Contributing Guide and abide by our Code of Conduct.
A few things to keep in mind:
make format
to make sure your code follows our style guide.@leouieda I have a few questions:
pandas
as dependency?pandas.DataFrame
has no link, how can we solve it?pylint
raises an error with the :math:\eta
string in the docstring of fetch_prem()
function. I don't know why this would be an error.@leouieda
I've added pandas
as dependency, fixed the r"""
issue and added columns names a their units in prem
DataFrame
.
I've also fixed some issues regarding styling. If you agree, this PR is ready to merge.
🎉🎉🎉 Congrats on merging your first pull request and welcome to the team! 🎉🎉🎉
Please open a new pull request to add yourself to the AUTHORS.md
file. We hope that this was a good experience for you. Let us know if there is any way that the contributing process could be improved.
:+1: thanks, Santi!
Add function to load PREM data into
pandas.DataFrame
. Add tests for the new function, entry in the documentation and a gallery example. Addpandas
as dependency.Fixes #8
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.