Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 4 new columns ({'num_comments', 'title', 'url', 'upvote_ratio'}) and 1 missing columns ({'comment_id'}).
This happened while the csv dataset builder was generating data using
hf://datasets/jason1966/aliafzal9323_reddit-content-for-ai-hardware-stocks-2025-2026/posts_stocks.csv (at revision b41f07401a3b7f327d8ea9a6d037e39e78ac6181), [/tmp/hf-datasets-cache/medium/datasets/40602703879837-config-parquet-and-info-jason1966-aliafzal9323_re-ea2e9b4a/hub/datasets--jason1966--aliafzal9323_reddit-content-for-ai-hardware-stocks-2025-2026/snapshots/b41f07401a3b7f327d8ea9a6d037e39e78ac6181/comments_stocks.csv (origin=hf://datasets/jason1966/aliafzal9323_reddit-content-for-ai-hardware-stocks-2025-2026@b41f07401a3b7f327d8ea9a6d037e39e78ac6181/comments_stocks.csv), /tmp/hf-datasets-cache/medium/datasets/40602703879837-config-parquet-and-info-jason1966-aliafzal9323_re-ea2e9b4a/hub/datasets--jason1966--aliafzal9323_reddit-content-for-ai-hardware-stocks-2025-2026/snapshots/b41f07401a3b7f327d8ea9a6d037e39e78ac6181/posts_stocks.csv (origin=hf://datasets/jason1966/aliafzal9323_reddit-content-for-ai-hardware-stocks-2025-2026@b41f07401a3b7f327d8ea9a6d037e39e78ac6181/posts_stocks.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1890, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 760, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
post_id: string
subreddit: string
stock_ticker: string
title: string
body: string
author: string
created_utc: string
score: int64
upvote_ratio: double
num_comments: int64
url: string
permalink: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1647
to
{'comment_id': Value('string'), 'post_id': Value('string'), 'subreddit': Value('string'), 'stock_ticker': Value('string'), 'body': Value('string'), 'author': Value('string'), 'created_utc': Value('string'), 'score': Value('int64'), 'permalink': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1892, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 4 new columns ({'num_comments', 'title', 'url', 'upvote_ratio'}) and 1 missing columns ({'comment_id'}).
This happened while the csv dataset builder was generating data using
hf://datasets/jason1966/aliafzal9323_reddit-content-for-ai-hardware-stocks-2025-2026/posts_stocks.csv (at revision b41f07401a3b7f327d8ea9a6d037e39e78ac6181), [/tmp/hf-datasets-cache/medium/datasets/40602703879837-config-parquet-and-info-jason1966-aliafzal9323_re-ea2e9b4a/hub/datasets--jason1966--aliafzal9323_reddit-content-for-ai-hardware-stocks-2025-2026/snapshots/b41f07401a3b7f327d8ea9a6d037e39e78ac6181/comments_stocks.csv (origin=hf://datasets/jason1966/aliafzal9323_reddit-content-for-ai-hardware-stocks-2025-2026@b41f07401a3b7f327d8ea9a6d037e39e78ac6181/comments_stocks.csv), /tmp/hf-datasets-cache/medium/datasets/40602703879837-config-parquet-and-info-jason1966-aliafzal9323_re-ea2e9b4a/hub/datasets--jason1966--aliafzal9323_reddit-content-for-ai-hardware-stocks-2025-2026/snapshots/b41f07401a3b7f327d8ea9a6d037e39e78ac6181/posts_stocks.csv (origin=hf://datasets/jason1966/aliafzal9323_reddit-content-for-ai-hardware-stocks-2025-2026@b41f07401a3b7f327d8ea9a6d037e39e78ac6181/posts_stocks.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
comment_id string | post_id string | subreddit string | stock_ticker string | body string | author string | created_utc string | score int64 | permalink string |
|---|---|---|---|---|---|---|---|---|
nquqx7i | 1p612q0 | stocks | SNDK | I thought u have to be profitable for 4 straight quarters what happened to that | theGuyWhoOnlyShorts | 2025-11-26 09:19:43 | 2 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nquqx7i/ |
nquqsu1 | 1p612q0 | stocks | SNDK | [removed] | [deleted] | 2025-11-26 09:18:28 | 1 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nquqsu1/ |
nqum3pq | 1p612q0 | stocks | SNDK | Same, saw a guy's DD on it too and didn't listen. So sad. | shmoopdoop6969 | 2025-11-26 08:31:02 | 1 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqum3pq/ |
nqs3fw0 | 1p612q0 | stocks | SNDK | They also shitty to work at tho | Economy_Help_9505 | 2025-11-25 22:10:15 | 1 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqs3fw0/ |
nqs2zlx | 1p612q0 | stocks | SNDK | Their GAAP net income was down 47% in their latest quarter. GAAP net income is expected to be zero in the current quarter. They are making some huge adjustments to arrive at non-GAAP earnings in the current quarter related to their separation from WDC. This is financial engineering at its best. | SpongEWorTHiebOb | 2025-11-25 22:07:52 | 2 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqs2zlx/ |
nqrtsi1 | 1p612q0 | stocks | SNDK | This is just due to a merger. Sp500 inclusions decision is next week friday after market close | purub123 | 2025-11-25 21:21:51 | 2 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqrtsi1/ |
nqroxq3 | 1p612q0 | stocks | SNDK | I would’ve thought also | Qanuni | 2025-11-25 20:58:06 | 1 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqroxq3/ |
nqrb1ga | 1p612q0 | stocks | SNDK | It matters because 401ks and other auto-investments often buy SPY and so any stock within it must be purchased for SPY holders. It increases buying pressure immensely | banditcleaner2 | 2025-11-25 19:48:59 | 9 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqrb1ga/ |
nqrav79 | 1p612q0 | stocks | SNDK | To a certain extent, it literally does - because SPY is one of the most repeatedly bought ETFs on the entire market. If a stock is contained within it, it will get a LOT more buying pressure. Millions of americans with 401ks buy SPY every single two weeks consistently. Obviously that on its own is not enough, but it ce... | banditcleaner2 | 2025-11-25 19:48:07 | 5 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqrav79/ |
nqrandg | 1p612q0 | stocks | SNDK | I want to throw up having seen it at $40 and not buying in earlier in the year | banditcleaner2 | 2025-11-25 19:47:02 | 3 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqrandg/ |
nqqem8y | 1p612q0 | stocks | SNDK | Yeah, just joking on how a good potion of stocks value is basically nothing else but feeling. | Johnsmtg | 2025-11-25 17:10:31 | 1 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqqem8y/ |
nqq37ou | 1p612q0 | stocks | SNDK | Yea it doesn’t really make sense to me, but isn’t it essentially a case of demand of the stock increasing once it goes into an index? | Chineseunicorn | 2025-11-25 16:14:07 | 2 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqq37ou/ |
nqpeg1j | 1p612q0 | stocks | SNDK | Ah yes, being tracked by a index that arbitrarily tracks the the 500 most valuable companies (instead of 510 or 490) definitely means the whole company should now be worth 10% more immediately! | Johnsmtg | 2025-11-25 14:03:55 | 6 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqpeg1j/ |
nqnt904 | 1p612q0 | stocks | SNDK | I’m surprised it’s not tbh | plutosbigbro | 2025-11-25 05:52:23 | 5 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqnt904/ |
nqnqx1g | 1p612q0 | stocks | SNDK | Damn, I was hoping it would be RDDT | No_Implement_5807 | 2025-11-25 05:33:04 | 15 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqnqx1g/ |
nqnoheo | 1p612q0 | stocks | SNDK | Nice didn’t know this | trustmeimshady | 2025-11-25 05:13:35 | 1 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqnoheo/ |
nqnle2h | 1p612q0 | stocks | SNDK | They spun off from WDC during a very bad period for flash memory, and the market rapidly improved right after the spinoff. | skilliard7 | 2025-11-25 04:49:53 | 11 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqnle2h/ |
nqn3jh1 | 1p612q0 | stocks | SNDK | SNDK chart looks disgusting when you zoom out. | pain474 | 2025-11-25 02:49:38 | 33 | https://reddit.com/r/stocks/comments/1p612q0/sandisk_sndk_will_be_added_into_the_sp_index_on/nqn3jh1/ |
nzpgkfc | 1q4qoqn | stocks | SNDK | [removed] | [deleted] | 2026-01-15 10:43:51 | 1 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nzpgkfc/ |
nxwr397 | 1q4qoqn | stocks | SNDK | [removed] | [deleted] | 2026-01-05 23:25:17 | 1 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxwr397/ |
nxwle3b | 1q4qoqn | stocks | SNDK | Personally think AMD is a better player for an investment. ARM could be good for trading around but they have too much competition right now | Optionmatic-Ani | 2026-01-05 22:55:53 | 1 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxwle3b/ |
nxvug8d | 1q4qoqn | stocks | SNDK | Thank God this isn’t advice | tequilamigo | 2026-01-05 20:47:58 | 1 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxvug8d/ |
nxvh05b | 1q4qoqn | stocks | SNDK | [removed] | [deleted] | 2026-01-05 19:45:13 | 1 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxvh05b/ |
nxuuxuh | 1q4qoqn | stocks | SNDK | Tsm, mrvl, asx | johnmiddle | 2026-01-05 18:05:40 | 3 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxuuxuh/ |
nxuttzk | 1q4qoqn | stocks | SNDK | >BTC is headed for 50K drop for the laughs against Saylor Meme post? Because you know it won't happen. That test happened mid Oct to end of Dec 2025. BTC consolidated mid 80s. >BKSY is a good space ticket tho, it has heavy ties with pentagon and it's CEO was 2025 CEO of the year What about Planet Labs? Local gov't ... | ethereal3xp | 2026-01-05 18:00:39 | 1 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxuttzk/ |
nxurozr | 1q4qoqn | stocks | SNDK | BTC is headed for 50K drop for the laughs against Saylor guru. BKSY is a good space ticket tho, it has heavy ties with pentagon and it's CEO was 2025 CEO of the year | Consistent_Panda5891 | 2026-01-05 17:51:05 | 1 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxurozr/ |
nxumaqo | 1q4qoqn | stocks | SNDK | I'm still going into some power/infrastructure names, especially stuff with LNG. It's still an AI play, but power demand is there and there is names trading a good valuations. Also still think aerospace/defense is a great sector to be in. | _hiddenscout | 2026-01-05 17:26:24 | 1 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxumaqo/ |
nxuldu9 | 1q4qoqn | stocks | SNDK | I transitioned into space related. Like ASTS, RKLB, PL. BTC and Metals also look safe - under this admin. | ethereal3xp | 2026-01-05 17:22:12 | 2 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxuldu9/ |
nxukd7p | 1q4qoqn | stocks | SNDK | Where exactly ? Sectors who are using AI to provide value to their customers or completely out of it and to sectors like Consumer staples / finance ? | DifferentDependent62 | 2026-01-05 17:17:28 | 1 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxukd7p/ |
nxuizla | 1q4qoqn | stocks | SNDK | Agreed, I love SMH as it provides broad exposure to the semiconductor ecosystem without relying on any single company. Virtually every major growth trend over the next 10 to 20 years depends on semiconductors. AI, cloud computing, robotics, automation, autonomous systems, and data centers all require exponentially more... | colts_guy | 2026-01-05 17:11:02 | 3 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxuizla/ |
nxuic13 | 1q4qoqn | stocks | SNDK | I would slowly diversify away from AI stocks. | Upset-Motor-2602 | 2026-01-05 17:07:57 | 8 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxuic13/ |
nxugqes | 1q4qoqn | stocks | SNDK | [removed] | [deleted] | 2026-01-05 17:00:28 | 1 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxugqes/ |
nxuevj8 | 1q4qoqn | stocks | SNDK | Visa is going from 350 to 400+ this year. It's a good long term hold that gets no love on reddit. | Exponential-777 | 2026-01-05 16:51:49 | 6 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxuevj8/ |
nxueuox | 1q4qoqn | stocks | SNDK | Instead of investing in each - why not go with SMH? Imo the semiconductor segment has reached a maturity point. So growth is likely steadier than explosive potential (2019-2023). New tech semi like Poet, Qubt, Aeluma has higher growth potential. Semi related/speculative - nuclear related stocks the same. | ethereal3xp | 2026-01-05 16:51:43 | 3 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxueuox/ |
nxucx64 | 1q4qoqn | stocks | SNDK | Welcome to r/stocks! For beginner advice, brokerage info, book recommendations, even advanced topics and more, please read our [Wiki here.](https://www.reddit.com/r/stocks/wiki/index) If you're wondering **why a stock moved** a certain way, check out [Finviz](https://finviz.com/quote.ashx?t=spy) which aggregates the ... | AutoModerator | 2026-01-05 16:42:47 | 1 | https://reddit.com/r/stocks/comments/1q4qoqn/here_are_the_stocks_im_watching_recently_what_do/nxucx64/ |
o2l4xoz | 1q6d12w | stocks | SNDK | Sandisk @ $655 premarket. Click the arrow up, if you bought thanks to this post. :-) | YouTube_WohltatTV | 2026-01-30 11:45:30 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/o2l4xoz/ |
o0pj42w | 1q6d12w | stocks | SNDK | Damn. | playstationjeans | 2026-01-20 18:17:20 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/o0pj42w/ |
o01fona | 1q6d12w | stocks | SNDK | Definitely agree with you but what are the odds of a stock split in 2026? Did some research and found out it’s not common for a company to do a split before 2 years of trading activity. This is a different case though so not sure. | Limp_Principle8768 | 2026-01-17 02:41:42 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/o01fona/ |
o00flfe | 1q6d12w | stocks | SNDK | Estimates show normalization by 2028, with prices peaking end of 2026. Unlike graphic cards, there's 5-6 manufacturers instead of 2, with each of them ramping up production like crazy. Not to mention, one of the players, ymtc, was started in 2016 and now hold 12% of the global market share. They went from 0 to one o... | coolelel | 2026-01-16 23:05:32 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/o00flfe/ |
nzvzp9y | 1q6d12w | stocks | SNDK | So the share price will almost double if the current cap is about 59b? | user365735 | 2026-01-16 08:42:14 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nzvzp9y/ |
nzcbyur | 1q6d12w | stocks | SNDK | Thanks for clarifying. I was confused by your initial statement. | YouTube_WohltatTV | 2026-01-13 12:36:45 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nzcbyur/ |
nyphqp9 | 1q6d12w | stocks | SNDK | Demand always catches up with supply or some other company will fill demand. You're right about 2026 but forward P/Es are looking at 2027/28 earnings and by then things will level out and margins will return to normal | Kind_Bullfrog_3160 | 2026-01-10 01:25:59 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nyphqp9/ |
nylssbr | 1q6d12w | stocks | SNDK | SanDisk reached a new all time high today at $363.80! | YouTube_WohltatTV | 2026-01-09 14:55:14 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nylssbr/ |
nylscfu | 1q6d12w | stocks | SNDK | How long do you think does it take for a corporation to actually consider splitting an acquisition, doing the meetings to analyze and discuss it, have the departments, in particular, finance conduct the necessary steps and do the regulatory stuff? This process probably took 2-3 years ahead and therefore prolly at the s... | YouTube_WohltatTV | 2026-01-09 14:53:07 | 0 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nylscfu/ |
nylqfbk | 1q6d12w | stocks | SNDK | Not bad. Congratulations. I can still short on the phone through the interactive brokers app. You just sell stocks as normal (you just do not have them before you sell). Eventually you buy stocks to close your negative position. In which country are you located and what broker do you use? | YouTube_WohltatTV | 2026-01-09 14:43:51 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nylqfbk/ |
nyi7yz8 | 1q6d12w | stocks | SNDK | yeah, i didn't short tho lol. i trade off my phone and by the time i was looking at the put i saved, it was already up 800% | getaliferedditmods | 2026-01-09 00:34:14 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nyi7yz8/ |
nygfu0s | 1q6d12w | stocks | SNDK | Malarkey. They started trading in February 2025. The AI train has been chugging along since late 2022. They divested because they know this is a very cyclical business that they did not want to be exposed to when the next bust occurs. This boom will be followed by an epic bust. Have your stop loss order in place. | SpongEWorTHiebOb | 2026-01-08 19:35:30 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nygfu0s/ |
nyg9a1u | 1q6d12w | stocks | SNDK | The decision to separate was obviously made before the AI hype and NAND shortage... | YouTube_WohltatTV | 2026-01-08 19:06:43 | 0 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nyg9a1u/ |
nyfxke2 | 1q6d12w | stocks | SNDK | If this is such a great business and stock why did WD divest? Give me a break. | SpongEWorTHiebOb | 2026-01-08 18:16:36 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nyfxke2/ |
nyfr8qe | 1q6d12w | stocks | SNDK | It's going up again! Who bought the dip? :D Candlestick chart: [https://postimg.cc/XZNTCxwc](https://postimg.cc/XZNTCxwc) | YouTube_WohltatTV | 2026-01-08 17:49:25 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nyfr8qe/ |
nyfm9of | 1q6d12w | stocks | SNDK | Negative EPS comes from the split from WD and investments into the new Fab. | YouTube_WohltatTV | 2026-01-08 17:27:36 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nyfm9of/ |
nyfkxbu | 1q6d12w | stocks | SNDK | Well, first until all the servers in the new data centers in the would that are being build are filled, it may take some time. Plus NAND companies learned from the past and don't build new fabs anymore blindly in times in supply shortage. Though, for today you were right with shorting. ;) | YouTube_WohltatTV | 2026-01-08 17:21:42 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nyfkxbu/ |
nydf8qn | 1q6d12w | stocks | SNDK | Yeah my mistake | Potential-Plum7187 | 2026-01-08 10:01:51 | 3 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nydf8qn/ |
nydaot8 | 1q6d12w | stocks | SNDK | You mean pre split? | Prudent-Corgi3793 | 2026-01-08 09:20:02 | 3 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nydaot8/ |
nyczxuq | 1q6d12w | stocks | SNDK | this seems like a bottleneck that will be fixed in the next year. prob time to short. | getaliferedditmods | 2026-01-08 07:42:50 | 2 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nyczxuq/ |
nybvcfz | 1q6d12w | stocks | SNDK | Sounds like a great investment idea. Buy a stock that has increased 908% over the past year and has negative eps of 12.16 for the past 12 months. What could go wrong? | SpongEWorTHiebOb | 2026-01-08 03:05:51 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/nybvcfz/ |
ny9w5sr | 1q6d12w | stocks | SNDK | That's the spirit :D | YouTube_WohltatTV | 2026-01-07 21:15:21 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny9w5sr/ |
ny9vpcb | 1q6d12w | stocks | SNDK | Why do you ask? :-) | YouTube_WohltatTV | 2026-01-07 21:13:25 | -5 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny9vpcb/ |
ny9qjfx | 1q6d12w | stocks | SNDK | Are you slow | Potential-Plum7187 | 2026-01-07 20:51:36 | 6 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny9qjfx/ |
ny9qcxd | 1q6d12w | stocks | SNDK | In all honesty from my own personal DD I see $SNDK hitting $100B market cap by the end of Q1 ‘26. | jordanpeterson9 | 2026-01-07 20:50:51 | 2 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny9qcxd/ |
ny9q0lg | 1q6d12w | stocks | SNDK | Then short it. :-) | YouTube_WohltatTV | 2026-01-07 20:49:25 | -5 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny9q0lg/ |
ny8vx8y | 1q6d12w | stocks | SNDK | 893% growth in 1 year \-22% Profit margin \-46% earnings growth Quarterly Revenue growth 22% | stoked_7 | 2026-01-07 18:38:11 | 2 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny8vx8y/ |
ny8uukq | 1q6d12w | stocks | SNDK | This is like investing in NVDA when it was $200 pre reverse split | Potential-Plum7187 | 2026-01-07 18:33:30 | 4 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny8uukq/ |
ny7u9t8 | 1q6d12w | stocks | SNDK | SanDisk Stock is up to $352 around 15:50 GMT. :-) | YouTube_WohltatTV | 2026-01-07 15:50:18 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny7u9t8/ |
ny7dumd | 1q6d12w | stocks | SNDK | Look into LITE | Dry-Entrepreneur-899 | 2026-01-07 14:30:13 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny7dumd/ |
ny7djln | 1q6d12w | stocks | SNDK | Why WDC? Their SSD Business was SanDisk... | YouTube_WohltatTV | 2026-01-07 14:28:38 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny7djln/ |
ny7cvs4 | 1q6d12w | stocks | SNDK | I’m watching WDC but SNDK looks interesting. | AdamGSMA | 2026-01-07 14:25:10 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny7cvs4/ |
ny79z38 | 1q6d12w | stocks | SNDK | BTW Price Targets for Micron (MU) have also been raised today by USB and Piper Sandler (Source: Reuters News in IBKR TWS News Feed - Cannot post pictures here... :() | YouTube_WohltatTV | 2026-01-07 14:09:46 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny79z38/ |
ny73pcf | 1q6d12w | stocks | SNDK | Something ain’t sitting right with me. | Subieast | 2026-01-07 13:35:18 | 12 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny73pcf/ |
ny728na | 1q6d12w | stocks | SNDK | tarddd | Outside_Shopping6861 | 2026-01-07 13:26:58 | 2 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny728na/ |
ny6ul94 | 1q6d12w | stocks | SNDK | Are you aware of the supply shortage for RAM (sold out in 2026) and the recent price increases for RAM and SSDs? | YouTube_WohltatTV | 2026-01-07 12:40:04 | 0 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny6ul94/ |
ny6uaqo | 1q6d12w | stocks | SNDK | Bu..bu..bu.buubble....we have reached the bottom of the barrel stocks. | Upset-Motor-2602 | 2026-01-07 12:38:07 | 2 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny6uaqo/ |
ny6tl2i | 1q6d12w | stocks | SNDK | Well, we have the situation that DDR5 RAM (NAND - RAM) is also unavailable or unaffordable for consumers and SSD prices Example: G.Skill Ripjaws M5 RGB schwarz UDIMM 96GB Kit, DDR5-6400, CL32-39-39-102 [https://geizhals.de/g-skill-ripjaws-m5-rgb-schwarz-dimm-kit-96gb-f5-6400j3239f48gx2-rm5rk-a3198522.html](https:/... | YouTube_WohltatTV | 2026-01-07 12:33:16 | 2 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny6tl2i/ |
ny6qgg5 | 1q6d12w | stocks | SNDK | [removed] | [deleted] | 2026-01-07 12:11:26 | 1 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny6qgg5/ |
ny6qbqi | 1q6d12w | stocks | SNDK | is there a realistic room to run? | its-me__ | 2026-01-07 12:10:30 | 4 | https://reddit.com/r/stocks/comments/1q6d12w/sandisk_stock_price_target_raised_to_390_by_bofa/ny6qbqi/ |
o3ivspd | 1qeou6z | stocks | SNDK | Yeah just sold it for 50% profit | brian-augustin | 2026-02-04 13:12:08 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o3ivspd/ |
o3hpvgo | 1qeou6z | stocks | SNDK | Get signed as in you buy the stock if it gets to the cash secured put amount ? | devonhezter | 2026-02-04 07:20:22 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o3hpvgo/ |
o3hpmil | 1qeou6z | stocks | SNDK | Mu? | devonhezter | 2026-02-04 07:18:12 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o3hpmil/ |
o3hpkab | 1qeou6z | stocks | SNDK | Did u buy sandisk?? | devonhezter | 2026-02-04 07:17:38 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o3hpkab/ |
o3hpghh | 1qeou6z | stocks | SNDK | What’s this years version ? What are 2 you like ! | devonhezter | 2026-02-04 07:16:43 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o3hpghh/ |
o0xv8ut | 1qeou6z | stocks | SNDK | [removed] | [deleted] | 2026-01-21 22:24:35 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o0xv8ut/ |
o0vdcq6 | 1qeou6z | stocks | SNDK | ASTS - is a hype, company has negative EPS. Burning through cash fast and overall is a risky investments. Lets people make/lose money fast. no fundamentals yet. SNDK - upside in stock price is due to high demand and shortage in storage devices (SSD), it traded $45 just 6 months ago with negative EPS. Shortage caused m... | IntegralVertex | 2026-01-21 15:39:38 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o0vdcq6/ |
o0ndx4i | 1qeou6z | stocks | SNDK | Making a statement is a claim. When you show your proof, since you asked for me to first, I'll show mine. Anything other than that is hypocritical. Looool! | Strange_Service9547 | 2026-01-20 11:25:42 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o0ndx4i/ |
o0l2dfo | 1qeou6z | stocks | SNDK | These are pure speculation plays, not fundamentals-driven. **ASTS (AST SpaceMobile):** Let me pull what data we have: | Metric | Value | Red Flag? | |:-------|:------|:----------| | Revenue (TTM) | ~$1M | Yes - pre-revenue | | Net Income | -$300M+ | Yes - burning cash | | Market Cap | ~$35B | Yes - 35,000x revenue |... | explorer_soul99 | 2026-01-20 01:18:16 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o0l2dfo/ |
o0fv44a | 1qeou6z | stocks | SNDK | That’s not…. how proof works. I didn’t make a claim - you did. That’s like me telling my 5 year old that Santa doesn’t exist… and his reply is… “prove that Santa doesn’t.” 🙄 | gatoss5 | 2026-01-19 07:38:02 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o0fv44a/ |
o0ftsb9 | 1qeou6z | stocks | SNDK | [removed] | [deleted] | 2026-01-19 07:26:15 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o0ftsb9/ |
o0e6yag | 1qeou6z | stocks | SNDK | Where's your proof that people won't pay $5 extra? | Strange_Service9547 | 2026-01-19 01:04:03 | 0 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o0e6yag/ |
o0bmtx9 | 1qeou6z | stocks | SNDK | Where’s your proof? | gatoss5 | 2026-01-18 17:27:31 | 3 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o0bmtx9/ |
o0a6eod | 1qeou6z | stocks | SNDK | So far - nothing. | Limp_Career6634 | 2026-01-18 12:47:32 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o0a6eod/ |
o0a232y | 1qeou6z | stocks | SNDK | I think they'll have ten times the amount of subscribers globally | Charming_Crow_3621 | 2026-01-18 12:13:31 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o0a232y/ |
o07hx2g | 1qeou6z | stocks | SNDK | If it’s that low you’d probably need like 50 million+ subscribers to justify ASTS’ valuation. | blingblingmofo | 2026-01-18 00:58:49 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o07hx2g/ |
o07gkrp | 1qeou6z | stocks | SNDK | Now, but when fully scaled. It wouldn't require that $ | Charming_Crow_3621 | 2026-01-18 00:51:28 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o07gkrp/ |
o077ttu | 1qeou6z | stocks | SNDK | My condolences lol | phatelectribe | 2026-01-18 00:04:57 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o077ttu/ |
o075nob | 1qeou6z | stocks | SNDK | Starlink is one of the products I sell, so yes I’m pretty sure I know how it works | blingblingmofo | 2026-01-17 23:53:33 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o075nob/ |
o075gfo | 1qeou6z | stocks | SNDK | Do you understand that ASTS works with any handset to turn your phone in to what is effectively a dat phone? You won’t need to switch providers. With Starlink you have to get a whole new phone and plan. That’s why every MNO is signing up to ASTS. No need producer of hardware needed. | phatelectribe | 2026-01-17 23:52:30 | 0 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o075gfo/ |
o073y6s | 1qeou6z | stocks | SNDK | Even if it works people don’t switch cell networks easily. Most people get good enough service and won’t change unless it’s 5x better or half the price, which if won’t be. | blingblingmofo | 2026-01-17 23:44:24 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o073y6s/ |
o073a6t | 1qeou6z | stocks | SNDK | No, I wasn’t in the French Revolution either but can tell you quote a bit about what happened headed on available evidence? Why do you think that when ASTS got FCC approval for launch, Musk panic acquired a worse company that owned an inferior bandwidth for $17bn? ASTS have far larger sat arrays, the ideal band, an... | phatelectribe | 2026-01-17 23:40:59 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o073a6t/ |
o070ezt | 1qeou6z | stocks | SNDK | No it’s a $15/mo premium to add satellites for texting and light data only for T-Mobile. | blingblingmofo | 2026-01-17 23:26:01 | 1 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o070ezt/ |
o07090t | 1qeou6z | stocks | SNDK | Have you personally tested ASTS’ network? | blingblingmofo | 2026-01-17 23:25:09 | 0 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o07090t/ |
o06z3pg | 1qeou6z | stocks | SNDK | The opposite. The days Starlink have in space already literally can’t do much apart from patchy data and text coverage. It’s useless for voice and data is slow and unreliable AND your phone needs proprietary hardware just to above that. That’s stats they currently have are effectively worthless and it’s going to t... | phatelectribe | 2026-01-17 23:19:11 | 0 | https://reddit.com/r/stocks/comments/1qeou6z/what_is_making_astssndk_special_4_to_118_38_to_406/o06z3pg/ |
End of preview.
Reddit content for AI hardware stocks 2025-2026
Stocks (SNDK/SanDisk, MU/Micron, WDC/Western Digital, ASML)
Dataset Info
- Source: Kaggle
- Original Size: 4.43 MB
- Kaggle Downloads: 19
- Files: 2
Files
comments_stocks.csvposts_stocks.csv
Mirrored from Kaggle
- Downloads last month
- 28