This repository has been archived on 2026-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
niklasjohnson/python/personal/pandas.py
2026-03-18 22:48:20 -07:00

8 lines
124 B
Python

import numpy as np
import scipy.stats as s
import glob as glob # importing glob as glob
import pandas as p
x = 20
print(x)