I have a JSON file which is like this
{'work':'12234','product':'mobile','rating':'3'}
{'work':'12444','product':'mobile','rating':'4'}
{'work':'12634','product':'tv','rating':'5'}
{'work':'12277','product':'ac','rating':'3'}
and so on
I want to convert it into a dataframe
can anyone help me with this