# plotting and visualising FII/DII data ax = fii_dii[['net FII buy/sell', 'net DII buy/sell']].plot(figsize=(15,7),color=['red','blue'],marker='d', markersize=12) plt.ylabel('FII/DII net Investment in crores',fontsize='x-large') plt.xlabel('Month',fontsize='x-large') f...