Baselight

Text Similarity

Natural Language Processing on Stock data

@kaggle.rishisankineni_text_similarity

Train
@kaggle.rishisankineni_text_similarity.train

  • 87.84 KB
  • 2142 rows
  • 6 columns
unnamed_0

Unnamed: 0

description_x

Description X

description_y

Description Y

ticker_x

Ticker X

ticker_y

Ticker Y

same_security

Same Security

first trust dow jones internetfirst trust dj internet idxFDNFDNtrue
1schwab intl large company index etfschwab strategic tr fundamental intl large co index etfFNDFFNDFtrue
2vanguard small cap index admvanguard small-cap index fund instVSMAXVSCIX
3duke energy corp new com new isin #us4 sedol #b7jzsk0duke energy corp new com new isin #us26441c2044 sedol #b7jzsDUKDUKtrue
4visa inc class avisa inc.VVtrue
5ford motor co new div: 0.600ford motor coFFtrue
6united states steel corpunited sts stl cp (new)XXtrue
7vanguard total international bond index etfvanguard total intl bond index etfBNDXBNDXtrue
8schwab strategic tr us sml cschwab us small cap etfSCHASCHAtrue
9mfs value fd cl imfs value fund cl iMEIIXMEIIXtrue

CREATE TABLE train (
  "unnamed_0" BIGINT,
  "description_x" VARCHAR,
  "description_y" VARCHAR,
  "ticker_x" VARCHAR,
  "ticker_y" VARCHAR,
  "same_security" BOOLEAN
);

Share link

Anyone who has the link will be able to view this.