Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 561 Bytes

File metadata and controls

17 lines (14 loc) · 561 Bytes

Data Science in Python

This repository contains Python code and practicals for data science.

Introduction

The goal of this project is to provide you the codes to make DS with PY easier for you to learn & complete submissions.

How to run the code

# import the following to run the codes successfully 
import numpy as np
import pandas as pd

Contributing

Contributions are welcome! Please feel free to submit a pull request.

Issues

If you find any issues with the code or have any questions, please open an issue on the GitHub repository.