Skip to content

This is data preprocessing and visualization project. clean and visualize the telecom data by using various tools.

Notifications You must be signed in to change notification settings

merronmuche/telecom_eda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to run the Project

clone the project

git clone git@github.com:merronmuche/eda.git

then create a virtual environment

source venv/bin/activate

then run the requirements

pip install -r requirements.txt

add the data to your database

psql -U postgres -d telecom -h localhost -p 5434 -f telecom.sql
postgres = user_name
telecom = database_name
telecom.sql = path of sql file

About

This is data preprocessing and visualization project. clean and visualize the telecom data by using various tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published