Created
October 23, 2020 00:10
-
-
Save WittmannF/452be2a918f4aacccee421cb5c90736f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks