@@ -258,7 +259,9 @@ def get_quote_history(stock_codes: Union[str, List[str]], '名称': '股票名称' }, inplace=True)# NOTE 扩展接口 设定此关键词即返回 DataFrame 而不是 dict if kwargs.get('return_df'): df: pd.DataFrame = pd.concat(df, axis=0, ignore_index=True) return df...
Uses Twitter archive to visualize your Twitter network based on your replies, quote tweets and direct messaging history. Get DM stats with leaderboard based on message count, bar graph of your messaging history with your friends - sankalp1999/twitter-cir
-扩展`get_quote_history`函数,支持通过设定`kwargs`来指定返回类型 --- ##v0.4.0(2021-12-02) ###Fiexd Expand Down 6 changes: 5 additions & 1 deletion6efinance/bond/getter.py Original file line numberDiff line numberDiff line change