草庐IT

Pandas的介绍及 Series、 DataFrame的创建

1.Pandas是什么?Pandas是一个强大的分析结构化数据的工具集;它的使用基础是Numpy(提供高性能的矩阵运算);用于数据挖掘和数据分析,同时也提供数据清洗功能。Pandas的主要数据结构是Series(一维数据)和DataFrame(二维数据)。2.SeriesSeries是一种类似于一维数组的对象,是由一组数据以及一组与之相关的数据标签(即索引)组成。创建Series对象的语法为​​my_series=pd.Series(data,index=index)​​,这里的data可以是ndarray、字典或者一个标量。下面我们就来讲下创建Series对象的不同方法。2.1.通过ndar

Time-Series Representation Learning via Temporal and Contextual Contrasting

论文信息论文地址:​​https://arxiv.org/pdf/2106.14112.pdf​​源码地址:​​https://github.com/emadeldeen24/TS-TCC​​摘要Learningdecentrepresentationsfromunlabeledtime-seriesdatawithtemporaldynamicsisaverychallengingtask.Inthispaper,wepro-poseanunsupervisedTime-SeriesrepresentationlearningframeworkviaTemporalandContextual

Time-Series Representation Learning via Temporal and Contextual Contrasting

论文信息论文地址:​​https://arxiv.org/pdf/2106.14112.pdf​​源码地址:​​https://github.com/emadeldeen24/TS-TCC​​摘要Learningdecentrepresentationsfromunlabeledtime-seriesdatawithtemporaldynamicsisaverychallengingtask.Inthispaper,wepro-poseanunsupervisedTime-SeriesrepresentationlearningframeworkviaTemporalandContextual