Hi @varsha108 ,
This is probably a scaling issue. MNE expects that the EEG amplitude values are reported in Volts, but the EEG data unit in your XDF file might be microvolts, for example.
Can you see the EEG channel traces if you do raw.plot(scalings="auto")
?