Animal_Id animal_type animal_breed Kennel_Number Kennel_Status Tag_Type \
0 A1068084 BIRD CHICKEN BAY 09 LIVESTOCK NaN
1 A1068362 CAT DOMESTIC SH IC 11 IMPOUNDED NaN
2 A1063396 CAT DOMESTIC SH PSCAT 06 AVAILABLE NaN
3 A1060859 CAT DOMESTIC SH PCC 03 AVAILABLE NaN
4 A1060858 CAT DOMESTIC SH PCC 03 AVAILABLE NaN
Activity_Number Activity_Sequence Source_Id Census_Tract ... \
0 A19-173681 1 P9991184 11701.0 ...
1 A19-174019 1 P0884601 2500.0 ...
2 NaN 1 P0879085 20500.0 ...
3 A19-160016 1 P0765433 20500.0 ...
4 A19-160016 1 P0765433 20500.0 ...
chip_status Animal_Origin Additional_Information animal_stay_days \
0 SCAN NO CHIP SWEEP NaN 4
1 UNABLE TO SCAN FIELD NaN 2
2 SCAN CHIP OVER THE COUNTER NaN 10
3 SCAN NO CHIP OVER THE COUNTER NaN 6
4 SCAN NO CHIP OVER THE COUNTER NaN 6
Month Year Unnamed: 33 Unnamed: 34 Unnamed: 35 Unnamed: 36
0 FY2017 NEXT_FY NaN NaN NaN NaN
1 FY2017 NEXT_FY NaN NaN NaN NaN
2 FY2017 NEXT_FY 1.107143 NaN NaN NaN
3 FY2017 NEXT_FY NaN NaN NaN NaN
4 FY2017 NEXT_FY NaN NaN NaN NaN
[5 rows x 37 columns]
if __name__ == '__main__':
app.run_server(debug=False)
Dash is running on http://127.0.0.1:8050/
* Serving Flask app "__main__" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on http://127.0.0.1:8050/ (Press CTRL+C to quit)
You must be logged in to post a comment.