Slackbot
08/03/2022, 9:53 PMSlackbot
08/04/2022, 2:06 PMSlackbot
08/05/2022, 8:36 PMLuke Murray
08/09/2022, 9:46 PMLuke Murray
08/09/2022, 9:46 PMLuke Murray
08/09/2022, 9:46 PMLuke Murray
08/09/2022, 9:47 PMcsv: "products/example-[[env]].csv"
Luke Murray
08/09/2022, 9:47 PM"csv": "products/example-prod-2.csv"
Luke Murray
08/09/2022, 9:47 PMSlackbot
08/09/2022, 9:49 PMSlackbot
08/10/2022, 3:16 PMSlackbot
08/10/2022, 3:25 PMSlackbot
08/11/2022, 11:58 AMNikhil Reddy
08/15/2022, 11:42 AMSlackbot
08/15/2022, 11:43 AMSlackbot
08/18/2022, 3:56 PMSlackbot
08/23/2022, 3:49 PMSlackbot
08/26/2022, 3:23 AMSlackbot
08/28/2022, 7:46 PMSlackbot
09/02/2022, 4:48 PMSlackbot
09/03/2022, 1:09 PMSlackbot
09/07/2022, 9:19 PMSlackbot
09/08/2022, 7:14 PMSlackbot
09/09/2022, 10:53 AMSlackbot
09/09/2022, 3:57 PMJess Mankewitz (they/she)
09/09/2022, 3:57 PMSlackbot
09/13/2022, 12:36 AMSlackbot
09/13/2022, 8:56 PMSlackbot
09/14/2022, 7:12 PMEduardo
pip install pandas
and then try do to:
import pandas as pd
pd.read_csv("data.csv")
And you get a AttributeError: module 'pandas' has no attribute 'read_csv'
error. After some digging, you might find a version mismatch and either determine what's the equivalent function/class in the version you are running or upgrade/downgrade your installation