Skip to content

fklezin/dataframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Project Description

A DataFrame is a table with columns, each of these columns is named Series, A DataFrame only holds one Series for each string name, but generally it can be unlimited Series in a DataFrame, each Series has to have the same number of elements.

Features and use case of a Data Frame implementation can be seen in main.py.

#Structure Overview:

  • src/dataframe.py - DataFrame class implementation
  • src/series.py - Series class implementation
  • main.py - example
  • test/ - test module
  • tesh.sh - tests run command + code analysis (tested on Ubuntu18 + Python 3.8)

Author: fklezin

#Datasets used: https://people.sc.fsu.edu/~jburkardt/data/csv/csv.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published