<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Python on Prime&#39;s blog</title>
    <link>https://www.mayuan.site/tags/python/</link>
    <description>Recent content in Python on Prime&#39;s blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 17 Jan 2020 14:59:41 +0800</lastBuildDate>
    
	<atom:link href="https://www.mayuan.site/tags/python/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Pandas</title>
      <link>https://www.mayuan.site/post/python/pandas/</link>
      <pubDate>Fri, 17 Jan 2020 14:59:41 +0800</pubDate>
      
      <guid>https://www.mayuan.site/post/python/pandas/</guid>
      <description>pandas dataframe isnull vs isna These two DataFrame methods do exactly the same thing! In short: To detect NaN values numpy uses np.isnan(). To detect NaN values pandas uses either .isna() or .isnull(). The NaN values are inherited from the fact that pandas is built on top of numpy, while the two functions&amp;rsquo; names originate from R&amp;rsquo;s DataFrames, whose structure and functionality pandas tried to mimic. QA 基本操</description>
    </item>
    
    <item>
      <title>Fluent</title>
      <link>https://www.mayuan.site/post/python/fluent/</link>
      <pubDate>Wed, 27 Nov 2019 10:36:28 +0800</pubDate>
      
      <guid>https://www.mayuan.site/post/python/fluent/</guid>
      <description>流畅的python笔记 python数据模型 首先明确一点，特殊方法的存在是为了被 Python 解释器调用的，你自己并不需要调用它 们。也就是说没有 my_object.__len__() 这种写法</description>
    </item>
    
  </channel>
</rss>