コード例 #1
0
ファイル: selector.py プロジェクト: haje01/wzdat
 def _to_frame(self, usecols, chunk_cnt, show_prog):
     _c = Property()
     _c.lineno = 0
     _c.linecnt = get_line_count(self.abspath)
     _c.show_prog = show_prog
     _c.chunk_cnt = chunk_cnt
     return pd.concat(self._to_frame_gen(_c, usecols))