Skip to content

melio-consulting/hana2py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This library provides pre-configured connectors to Hana and SQL Server as well as some additional functions for cleaning and manipulating dataframes.

Development

To build the package;

>> python setup.py develop

To run tests:

>> python setup.py test

To install:

>> python setup.py install