Skip to content
View programandaana's full-sized avatar
😱
I may be slow to respond.
😱
I may be slow to respond.

Block or report programandaana

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. unir_csv.py unir_csv.py
    1
    #colocar no Jupyter notebook
    2
    
                  
    3
    import os
    4
    import pandas as pd
    5
    
                  
  2. extrair_pdf.py extrair_pdf.py
    1
    #Colar no Jupyter Notebook
    2
    import fitz  # PyMuPDF
    3
    
                  
    4
    def extract_text_from_pdf(pdf_path):
    5
        text = ""
  3. leitor_dbf.py leitor_dbf.py
    1
    #colar no Jupyter
    2
    
                  
    3
    import pandas as pd
    4
    from pyexcel_ods import save_data
    5
    from simpledbf import Dbf5