Skip to content

Instantly share code, notes, and snippets.

@malharb
Last active June 5, 2020 08:05
Show Gist options
  • Save malharb/12c643bd0728a37b809184a56d60b90f to your computer and use it in GitHub Desktop.
Save malharb/12c643bd0728a37b809184a56d60b90f to your computer and use it in GitHub Desktop.
Pulsar - Importing libraries and initialiaztion
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