Skip to content

Instantly share code, notes, and snippets.

@WittmannF
Created October 23, 2020 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WittmannF/452be2a918f4aacccee421cb5c90736f to your computer and use it in GitHub Desktop.
Save WittmannF/452be2a918f4aacccee421cb5c90736f to your computer and use it in GitHub Desktop.
# envolveu a combinação de encoding e o separador:
url_bernardo = 'https://raw.githubusercontent.com/beloureiro/Planning/main/DB11FB06-1447-11EB-AD05-1866DA94328D.csv'
df = pd.read_csv(url_bernardo, sep=';', encoding='latin')
@beloureiro
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment