Error 1:
I am getting an error when I am trying to run the Quickstart - Great Expectations Quickstart | Great Expectations.
Error2 :Also I am getting error trying to convert pandas dataframe to GX data frame. Using 2 methods, both are showing error.
gx.from_pandas(df) - module ‘great_expectations’ has no attribute ‘from_pandas’
gx_df = gx.read_csv(‘rgo_dash’) - module ‘great_expectations’ has no attribute ‘read_csv’
Error3 : Also after installing the package the comment great_expectations init isnt running.
Can you please help as I want to use this library in my projects.