Pandas的数据结构
1 | import pandas as pd |
赠人玫瑰 手有余香
ceil(): 向上最接近的整数,参数是 number 或 arrayfloor(): 向下最接近的整数,参数是 number 或 arrayrint(): 四舍五入,参数是 number 或 arrayisnan(): 判断元素是否为 NaN(Not a Number),参数是 number 或 arraymultiply(): 元素相乘,参数是 number 或 arraydivide(): 元素相除,参数是 number 或 arrayabs():元素的绝对值,参数是 number 或 arraywhere(condition, x, y): 三元运算符,x if condition else y
1 | fetch 6lu7 |
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true