Skip to content

Instantly share code, notes, and snippets.

# **To import libraries and packages**
"""
# Commented out IPython magic to ensure Python compatibility.
# Import necessary librairies
import gc
import numpy as np # linear algebra
from numpy import hstack
from numpy import array
import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)