Skip to content

This program (function) reads 'Notas de Corretagem' and transforms it into a pandas DataFrame. The function receives the path where the 'Notas de Corretagem' are stored and returns a DataFrame with all your negociations.

License

Notifications You must be signed in to change notification settings

felipeffm/Notas-de-Corretagem-Clear-pdf-to-pandas

 
 

Repository files navigation

Notas-de-Corretagem-Clear-pdf-to-pandas

This program (function) reads pdf files called 'Notas de Corretagem' and transforms it into a pandas DataFrame. There's one function per trade financial agency. The main argument is the path where the pdfs files are located. The output is a dataframe with all your negociations.

Commum Error

If you got: AttributeError: module 'camelot' has no attribute 'read_pdf'

Try to unstall and install again pip uninstall camelot pip install camelot-py[cv]

About

This program (function) reads 'Notas de Corretagem' and transforms it into a pandas DataFrame. The function receives the path where the 'Notas de Corretagem' are stored and returns a DataFrame with all your negociations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.9%
  • Jupyter Notebook 40.1%