'while opening a file in pandas dataframe im getting error like "str type error"

can anyone resolve this below error

import pandas as pd

for your refernce import numpy as np

student_fb_orgl=pd.read_csv("E:\Python data\std_fb.csv") while opening this file im getting error like TypeError: 'str' object is not callable can anyone resolve this for me



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source