Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for zipped files #34

Open
chanshing opened this issue Aug 24, 2023 · 2 comments
Open

Add support for zipped files #34

chanshing opened this issue Aug 24, 2023 · 2 comments

Comments

@chanshing
Copy link
Member

No description provided.

@muschellij2
Copy link
Contributor

Pandas should be able to read gzipped CSVs, so this should likely work if you do stepcount file.csv.gz

@chanshing
Copy link
Member Author

chanshing commented Jan 8, 2024

Ah you're right. Thanks again. All I gotta do is some piping work in here:

def read(filepath, resample_hz='uniform', verbose=True):

Actipy also already supports cwa.zip, cwa.gz, gt3x.zip, etc...

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

No branches or pull requests

2 participants