Commit 006a9a91 by arun.uday

all

parent 5f081c11
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (task5 - Copy)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (task5 pandas_op)" project-jdk-type="Python SDK" />
</project>
\ No newline at end of file
......@@ -4,7 +4,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.9 (task5 - Copy)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.9 (task5 pandas_op)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
......@@ -7,7 +7,7 @@ def time_change(file):
# creating the changed time format
file_copy['Timestamp'] = file_copy['Timestamp'].dt.strftime(date_format)
print(file_copy)
# for storing the pivoted frame to dictionary
dict_cols = []
for i in range(0, len(file_copy.columns)):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment