We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
상당히 많은 종목의 상장 초기 시세가 누락되어 있습니다.
예를 들어, 동원금속(018500)의 상장일은 1995-11-10입니다. marcap 데이터셋에는 1995-11-15일부터 데이터가 포함되어 있습니다.
marcap
marcap_df[marcap_df.Code == '018500']
DatetimeIndex(['1995-11-15', '1995-11-16', '1995-11-17', '1995-11-23', '1995-11-24', '1995-11-25', '1995-11-27', '1995-11-30', '1995-12-01', '1995-12-04', ... '2023-12-14', '2023-12-15', '2023-12-18', '2023-12-19', '2023-12-20', '2023-12-21', '2023-12-22', '2023-12-26', '2023-12-27', '2023-12-28'], dtype='datetime64[ns]', name='Date', length=7049, freq=None)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
상당히 많은 종목의 상장 초기 시세가 누락되어 있습니다.
예를 들어, 동원금속(018500)의 상장일은 1995-11-10입니다.
marcap
데이터셋에는 1995-11-15일부터 데이터가 포함되어 있습니다.The text was updated successfully, but these errors were encountered: