Coder Social home page Coder Social logo

tng_statement_in_csv's Issues

:memo: TODO: Rearrange ReadMe regarding Environment Setup

The current ReadMe is quite complicated, there are various ways to install the dependencies. The ReadMe involves some instructions to build a Virtual Environment with venv, but also some instructions involving Conda setup.

As a Python beginner user, it is better if

  1. I can easily install the environment without any hassle
  2. I can focus on the virtual environment that I am familiar with instead of using multiple virtual environments.

Expectation:

  1. Build a requirements.txt that includes all necessary packages, and write some introductions about how to use it.
  2. Rearrange the ReadMe's installation section and add introductions about how to create, activate and deactivate the conda environment.

Identify coordinates in PDF

Hi, Rexpert bro. I noted you have self-specified tables_areas and columns when using camelot.read_pdf(). May I check how do you determine those coordinates from the PDF?

Unable to read a particular page of pdf

Hi @Rexpert, good day to you. I need your kind assistance again.

I encountered an IndexError: list index out of range when I included one particular page from the pdf in the camelot.read_pdf syntax. This particular page is the start of GO+ TRANSACTION (attached screenshot below). If I exclude this page, there wont be any errors. I think the issue is related to the column coordinate setting columns=['80,140,230,294,460,660,720']. When I remove column setting, I can read all pages of pdf without error. If I want to include column setting, I must exclude this particular page of pdf.

Is it possible the Index Error is due to the title GO+ TRANSACTION? But why the title TNG WALLET TRANSACTION at the first page does not face this issue?

image

Import Error

Hi Sir. I am new to github. I have installed camelot-py and pandas in CMD. My python's version is 3.11.4. After copying down you code and pasting into VSC, I changed your r'.\data\tng_ewallet_transactions.pdf' to my downloaded statement path r'C:\Users\P1357685\Downloads\tng_ewallet_transactions.pdf' and r'.\output\tng_ewallet_transactions.csv' to r'C:\Users\P1357685\Downloads\tng_ewallet_transactions.csv'. After I ran the code, import error occurred as below:

Traceback (most recent call last):
File "c:\Users\P1357685\Downloads\CSV TNG.py", line 3, in
import camelot
File "C:\Users\P1357685\AppData\Local\Programs\Python\Python311\Lib\site-packages\camelot_init_.py", line 6, in
from .io import read_pdf
File "C:\Users\P1357685\AppData\Local\Programs\Python\Python311\Lib\site-packages\camelot\io.py", line 5, in
from .handlers import PDFHandler
File "C:\Users\P1357685\AppData\Local\Programs\Python\Python311\Lib\site-packages\camelot\handlers.py", line 8, in
from .core import TableList
ImportError: cannot import name 'TableList' from 'camelot.core' (C:\Users\P1357685\AppData\Local\Programs\Python\Python311\Lib\site-packages\camelot\core_init_.py)

I appreciate your advise as I am new to this field. Looking forward to your guidances.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.