Last active
June 5, 2020 08:05
-
-
Save malharb/12c643bd0728a37b809184a56d60b90f to your computer and use it in GitHub Desktop.
Pulsar - Importing libraries and initialiaztion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
import numpy as np | |
import seaborn as sns | |
import matplotlib.pyplot as plt | |
df = pd.read_csv('pulsar_stars.csv') | |
df.info() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment