0

I have the following data frames: and I want to find the correlation between zip codes and number of violations per zip code. What is best way to calculate/quantify the relationship in Python?

    VIOLATION CODE  Zip Codes
0                F049    25426.0
1                F042    25426.0
2                F037    25426.0
3                F015    25426.0
4                F006    25426.0

Data frame sample

The data types of the variables

Zizo
  • 1
  • 4

0 Answers0