Advertisement
warhomezx

Untitled

Jan 22nd, 2021
733
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. # Ипортируем библиотеки
  2. import pandas as pd
  3. import numpy as np
  4. import matplotlib as plt
  5. import os
  6. import seaborn as sns
  7. %matplotlib inline
  8. plt.rcParams['figure.figsize']=(15,10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement