aeturrell

Results 31 comments of aeturrell

Just want to come in and support addition of subtitle/caption options. This would be massively useful for data visualisation and is often recommended in data viz courses. Currently, one has...

This was so useful! Thanks for flagging it @finsberg

Hi @tian2992, thanks for this! I'm having trouble replicating this behaviour. Would you be able to post a reprex (reproducible example)? This doesn't need to include your data, it could...

See migration guide https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md Could wait until [hypermodern cookiecutter](https://github.com/cjolowicz/cookiecutter-hypermodern-python/blob/main/%7B%7Bcookiecutter.project_name%7D%7D/.github/workflows/tests.yml) updates its tests.yml page.

Hi @anita06172, this should be fixed in commit 41a214df36de98a67a116fbb34016c5183f0a302. You'll need to re-download and re-install. FYI the package has been upgraded to Python 3, and support for Python 2 has...

Try running the script like this: ``` import pandas as pd from occupationcoder.coder import coder if __name__ == '__main__': myCoder = coder.Coder() df = pd.read_excel('excel_test.xlsx') df = df.fillna('') df =...