from pyproj import CRS
import geopandas as gpd
import matplotlib.pyplot as plt
import matplotlib
import json
import pandas as pd
gdf = geopandas.read_file("Frog_Census_Records.geojson")
The error displayed is :
CRSError: Invalid projection: epsg:4326: (Internal Proj Error: proj_create: no database context specified)
Could someone kindly help me ?