Skip to content

tago-io/analysis-example-dataRetention-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TagoIO - Analysis Example

You can just upload the analysis.py file.

or

You can run it locally, for that you need to have the latest version of python.

Now just run the following commands:

# create the environment
python -m venv .venv
# active your environment
source .venv/bin/activate
# Install dependencies from requirements.txt
pip install -r requirements.txt
# Now run the analysis
python analysis.py

Releases

No releases published

Packages

No packages published

Languages