Skip to content

Python Libraries

Asutosh edited this page Feb 21, 2018 · 4 revisions

Python imports Library

Vectors

import numpy as np

Dataframes

import pandas as pd

Plotting

import matplotlib.pyplot as plt

import seaborn as sns

Fancy plotting

!pip install plotly

import plotly as py

!pip install cufflinks

import cufflinks as cf

Machine Learning

from sklearn.preprocessing import Imputer

Clone this wiki locally