Mapping points on a map
- Import the required libraries
- Define the
station_Info
function: This function initializes the station_Info object with the given CSV file and generates a scatter mapbox plot based on the provided arguments. - Read the CSV file into a DataFrame:
- Separate the longitudes and latitudes from the
Location
column: - Create a new DataFrame with additional columns:
- Plot the scatter mapbox using the
station_Info
function: