tools/Python8 csv 읽기(pandas? csv? read?) 뭐가 이렇게 많지;; 뭔가 편리함이 다른듯. 1. pandas import pandas as pd pre_pd = pd.read_csv('fnl_list.csv') print(pre_pd) xn mon lt p var lats latn lonw lone lats2 latn2 lonw2 lone2 0 tx90 4 1 19 tsfc 70 90 10 65 NaN NaN NaN NaN 1 tx90 4 1 20 tsfc -5 20 105 140 NaN NaN NaN NaN 2 tx90 4 2 1 h500 45 55 125 150 NaN NaN NaN NaN 3 tx90 4 2 5 u850 60 65 145 195 NaN NaN NaN NaN 2. csv import csv pre_csv = csv.reader('.. 2023. 9. 21. 대기과학과 해양학을 위한 파이썬 https://carpentries-lab.github.io/python-aos-lesson/ 2021. 11. 26. NetCDF4-python 1. Documentation https://unidata.github.io/netcdf4-python/ netCDF4 API documentation __init__(self, group, name, datatype, dimensions=(), zlib=False, complevel=4, shuffle=True, fletcher32=False, contiguous=False, chunksizes=None, endian='native', least_significant_digit=None,fill_value=None,chunk_cache=None) Variable constructor. group: Gr unidata.github.io 2021. 7. 10. Kernel Density Estimation 관련 참고 자료s 0. 참고 https://knanote.tistory.com/26 1. scikit-learn https://scikit-learn.org/stable/modules/density.html# 2.8. Density Estimation — scikit-learn 0.24.2 documentation 2.8. Density Estimation Density estimation walks the line between unsupervised learning, feature engineering, and data modeling. Some of the most popular and useful density estimation techniques are mixture models such as Gaussian .. 2021. 7. 10. 이전 1 2 다음