Skip to content

Commit

Permalink
auto saved (changes in notebook)
Browse files Browse the repository at this point in the history
  • Loading branch information
U014509CV9U committed Jun 15, 2020
1 parent 833cbf3 commit 017537d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions notebooks/users/Dario/OSS_Site.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,15 @@
"metadata": {},
"outputs": [],
"source": [
"def df_sessions(self,columns=None, field_type=None):\n",
" df = pd.DataFrame(self.sessions_metadatas(), columns=columns)\n",
"df = pd.DataFrame(hugo.sessions_metadatas(), columns=columns)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
" if field_type:\n",
" return df[df['type']==field_type].reset_index(drop=True)\n",
"\n",
Expand Down

0 comments on commit 017537d

Please sign in to comment.