You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, not just you. It still does that to me as well.
However, I had to take care of it on my end.
You are right that the headers are shifted by 2 to the right.
Here is a sample row:
{'No.': '445', 'Ticker': 'YINN', '\r\n ': 'Direxion Daily FTSE China Bull 3X Shares', '\r\n': 'Financial', 'Company': 'Exchange Traded Fund', 'Sector': 'USA', 'Industry': '-', 'Country': '-', 'Market Cap': '2.44M', 'Outstanding': '28.71', 'Avg Volume': '-0.07%', 'Price': '-', 'Change': '12/3/2009'},
As you can see, 2 headers come out as
'\r\n '
and'\r\n'
and skew everything to the right by 2. So the last 2 headers don't fit in at all.Is it just me or is everyone experiencing this?
The text was updated successfully, but these errors were encountered: