Why am I getting this error? I am trying to drop dates in a column…
Question Answered step-by-step Why am I getting this error? I am trying to drop dates in a column… Image transcription textIn [306]: M of = pdread_cav( ‘beer_reviews_final.esv’) # TODO show the shape of your data of . shape Out[306]: (331557, 13) In [307]: HA TODO only keep 2811 data for analysis of 2=df [ (of[ ‘review_date’ ] <'2012-01-01")] of 2. shape Out [307]: (142432, 13) In [310]: M # TODO only keep 2011 data fo... Show more... Show moreWhy am I getting this error? I am trying to drop dates in a column with dates to use dates previous to 2012. Please offer better code to what I am using. screen shot if it works. Computer Science Engineering & Technology Python Programming PYTHON 700 Share QuestionEmailCopy link Comments (0)


