Skip to content

pre-processing new module update#19

Open
zhuchloe wants to merge 5 commits intoDigitalBiomarkerDiscoveryPipeline:masterfrom
zhuchloe:master
Open

pre-processing new module update#19
zhuchloe wants to merge 5 commits intoDigitalBiomarkerDiscoveryPipeline:masterfrom
zhuchloe:master

Conversation

@zhuchloe
Copy link
Copy Markdown

data_conversion

Comment thread data_conversion.py
Comment thread data_conversion.py
new = datetime.strptime(date, '')
df["new_date"] = datetime.strftime()

ini_time = "Jul 17 2019 11:49AM"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we are seeing a specific time here? Or should it be a comment?

@zhuchloe
Copy link
Copy Markdown
Author

zhuchloe commented Jul 1, 2022 via email

Comment thread data_conversion.py


if __name__ == '__main__':
print(df)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we seeing these lines of code here?

Comment thread data_conversion.py Outdated

df = pd.read_csv("test_conversion.csv")
print(df)
def type_conversion():
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you going to pass any arguments to the function?

Comment thread data_conversion.py Outdated
df = pd.read_csv("test_conversion.csv")
print(df)
def type_conversion():
"""Function that do data type conversion for time features
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you are still working on this function. I don't think we are stating all the information needed here.

Comment thread data_conversion.py



if __name__ == '__main__':
Copy link
Copy Markdown

@mobashir-shandhi mobashir-shandhi Jul 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we using this line?

Copy link
Copy Markdown

@mobashir-shandhi mobashir-shandhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you creating this code for the case study? How the full code is relevant to the pre-process module? For the case study, we need part of the code, you can just have that in the sample code for the case study. You do not need to create a separate .py file.

Comment thread README.md
### Continued Development

### Data type conversion functions:
data_conversion: with funciton used to convert the time feature in the csv file
Copy link
Copy Markdown

@mobashir-shandhi mobashir-shandhi Jul 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be: "date_conversion: function to convert the format of time in a csv file"?

@zhuchloe
Copy link
Copy Markdown
Author

zhuchloe commented Aug 5, 2022

new version of the data conversion functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants