122122 " path2 = f\" s3://{bucket}/csv/file2.csv\"\n " ,
123123 " \n " ,
124124 " wr.s3.to_csv(df1, path1, index=False)\n " ,
125- " wr.s3.to_csv(df2, path2, index=False); "
125+ " wr.s3.to_csv(df2, path2, index=False)"
126126 ]
127127 },
128128 {
362362 " path2 = f\" s3://{bucket}/parquet/file2.parquet\"\n " ,
363363 " \n " ,
364364 " wr.s3.to_parquet(df1, path1)\n " ,
365- " wr.s3.to_parquet(df2, path2); "
365+ " wr.s3.to_parquet(df2, path2)"
366366 ]
367367 },
368368 {
708708 " wr.s3.read_fwf(f\" s3://{bucket}/fwf/\" , names=[\" id\" , \" name\" , \" date\" ], last_modified_begin=begin_utc, last_modified_end=end_utc)\n " ,
709709 " wr.s3.read_json(f\" s3://{bucket}/json/\" , last_modified_begin=begin_utc, last_modified_end=end_utc)\n " ,
710710 " wr.s3.read_csv(f\" s3://{bucket}/csv/\" , last_modified_begin=begin_utc, last_modified_end=end_utc)\n " ,
711- " wr.s3.read_parquet(f\" s3://{bucket}/parquet/\" , last_modified_begin=begin_utc, last_modified_end=end_utc); "
711+ " wr.s3.read_parquet(f\" s3://{bucket}/parquet/\" , last_modified_begin=begin_utc, last_modified_end=end_utc)"
712712 ]
713713 },
714714 {
965965 ],
966966 "metadata" : {
967967 "kernelspec" : {
968- "display_name" : " Python 3" ,
968+ "display_name" : " Python 3.9.14 " ,
969969 "language" : " python" ,
970970 "name" : " python3"
971971 },
979979 "name" : " python" ,
980980 "nbconvert_exporter" : " python" ,
981981 "pygments_lexer" : " ipython3" ,
982- "version" : " 3.8.5 "
982+ "version" : " 3.9.14 "
983983 }
984984 },
985985 "nbformat" : 4 ,
986986 "nbformat_minor" : 4
987- }
987+ }
0 commit comments