Skip to content

A python implementation of various tools used in code data science.

Notifications You must be signed in to change notification settings

moderneinc/code-data-science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Data Science Tools for Python

Installation:

pip install code_data_science

Usage

import code_data_science.versions

>>>versions.sort(['1.1.0','1.2.0','1.3.0.RELEASE']) -----input

import code_data_science.versions

>>>versions.index(['1.1.0','1.2.0','1.3.0.RELEASE']) -----input

This package uses doctest for testing, run doctest versions.py to run the tests.

About

A python implementation of various tools used in code data science.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages