" record_id month day year plot_id species_id sex hindfoot_length \\\n",
"0 1 7 16 1977 2 NL M 32.0 \n",
"1 2 7 16 1977 3 NL M 33.0 \n",
"2 3 7 16 1977 2 DM F 37.0 \n",
"3 4 7 16 1977 7 DM M 36.0 \n",
"4 5 7 16 1977 3 DM M 35.0 \n",
"... ... ... ... ... ... ... ... ... \n",
"35544 35545 12 31 2002 15 AH NaN NaN \n",
"35545 35546 12 31 2002 15 AH NaN NaN \n",
"35546 35547 12 31 2002 10 RM F 15.0 \n",
"35547 35548 12 31 2002 7 DO M 36.0 \n",
"35548 35549 12 31 2002 5 NaN NaN NaN \n",
"\n",
" weight genus species taxa \n",
"0 NaN Neotoma albigula Rodent \n",
"1 NaN Neotoma albigula Rodent \n",
"2 NaN Dipodomys merriami Rodent \n",
"3 NaN Dipodomys merriami Rodent \n",
"4 NaN Dipodomys merriami Rodent \n",
"... ... ... ... ... \n",
"35544 NaN Ammospermophilus harrisi Rodent \n",
"35545 NaN Ammospermophilus harrisi Rodent \n",
"35546 14.0 Reithrodontomys megalotis Rodent \n",
"35547 51.0 Dipodomys ordii Rodent \n",
"35548 NaN NaN NaN NaN \n",
"\n",
"[35549 rows x 12 columns]"
]
},
"execution_count": 24,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"df_surveysspecie"
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 73,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/student/.local/lib/python3.6/site-packages/ipykernel_launcher.py:1: UserWarning: Boolean Series key will be reindexed to match DataFrame index.\n",
" \"\"\"Entry point for launching an IPython kernel.\n",
"/home/student/.local/lib/python3.6/site-packages/ipykernel_launcher.py:2: UserWarning: Boolean Series key will be reindexed to match DataFrame index.\n",
" \n"
]
},
{
"data": {
"text/plain": [
"<matplotlib.collections.PathCollection at 0x7f12bcedf748>"
"/home/student/.local/lib/python3.6/site-packages/ipykernel_launcher.py:1: UserWarning: Boolean Series key will be reindexed to match DataFrame index.\n",
" \"\"\"Entry point for launching an IPython kernel.\n",
"/home/student/.local/lib/python3.6/site-packages/ipykernel_launcher.py:2: UserWarning: Boolean Series key will be reindexed to match DataFrame index.\n",
" \n",
"/home/student/.local/lib/python3.6/site-packages/ipykernel_launcher.py:3: UserWarning: Boolean Series key will be reindexed to match DataFrame index.\n",
" This is separate from the ipykernel package so we can avoid doing imports until\n"