Dataset Preview
Viewer
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 2 new columns ({'JsonTranscript', 'JsonQuestion'}) and 3 missing columns ({'transcript', 'ticker', 'question'}).

This happened while the json dataset builder was generating data using

hf://datasets/JLawI11/formatted-earnings-calls/full_json_format_transcript.jsonl (at revision 2e1690c6a2a89635951ceb67b2f2d842d9febba7)

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 "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              JsonQuestion: struct<from: string, value: string>
                child 0, from: string
                child 1, value: string
              JsonTranscript: struct<from: string, value: string>
                child 0, from: string
                child 1, value: string
              to
              {'ticker': Value(dtype='string', id=None), 'question': Value(dtype='string', id=None), 'transcript': Value(dtype='string', id=None)}
              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 1317, 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 932, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, 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 2 new columns ({'JsonTranscript', 'JsonQuestion'}) and 3 missing columns ({'transcript', 'ticker', 'question'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/JLawI11/formatted-earnings-calls/full_json_format_transcript.jsonl (at revision 2e1690c6a2a89635951ceb67b2f2d842d9febba7)
              
              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? Open a discussion for direct support.

ticker
string
question
string
transcript
string
A
"What was the revenue growth rate for Agilent in Q1 2021 \n What was the gross margin for Agilent in(...TRUNCATED)
"s.\nOperator\nYour next question comes from the line of Dan Leonard from Wells Fargo. Your line is (...TRUNCATED)
AA
"What is the total amount of aluminum refining capacity that has been permanently closed by the comp(...TRUNCATED)
"noon, everybody. So, you've really accomplished a lot on the portfolio optimization side over the p(...TRUNCATED)
AAIC
"What is the current stock price of AAIC \n What is the current book value of AAIC? \n What is the c(...TRUNCATED)
"I was wondering if you could talk a little bit about how you're thinking about the attractiveness o(...TRUNCATED)
AAL
"What was the net loss for American Airlines in the first quarter of 2022, excluding net special ite(...TRUNCATED)
"formation subsequently. Thank you for your interest and for joining this morning.\nAnd with that, I(...TRUNCATED)
AAN
"What was the total revenue for the company in the 2020-Q4 period \n What was the total operating ex(...TRUNCATED)
"ly. You're correct. As we pointed out on the call, our outlook does not include any benefit of incr(...TRUNCATED)
AAOI
"What is the expected revenue from 400G customers in the first half of the year \n What is the expec(...TRUNCATED)
"an that in the second half?\nStefan Murry -- Chief Financial Officer and Chief Strategy Officer\nWe(...TRUNCATED)
AAON
"What is the current efficiency level of the Tulsa facility in terms of turning metal into profit \n(...TRUNCATED)
"e are in a favorable position to offset all of those material price increases.\nWe continue to impr(...TRUNCATED)
AAP
"What is the range of revenue growth contemplated for the sales and profit per store initiative \n W(...TRUNCATED)
" we've raised our guidance in the last 45 days. But the first is really what Tom mentioned, is real(...TRUNCATED)
AAPL
"What was the revenue generated by Apple in the December quarter of 2020 \n What was the increase in(...TRUNCATED)
"very intention to be partners in this effort, and we look forward to working in communities around (...TRUNCATED)
AAT
"What was the company's dividend payment in the previous quarter \n What was the company's liquidity(...TRUNCATED)
"we didn't have to go through this COVID and reduce that dividend. We're glad to have it back. We we(...TRUNCATED)
End of preview.

Dataset Card for Dataset Name

Modified version of the Lamini earnings call dataset that has rolled up the data by stock ticker and contains a jumbled transcript and list of questions delineated by newline

Dataset Details

Dataset Description

  • Curated by: [More Information Needed]
  • Funded by [optional]: [More Information Needed]
  • Shared by [optional]: [More Information Needed]
  • Language(s) (NLP): [More Information Needed]
  • License: [More Information Needed]

Dataset Sources [optional]

  • Repository: [More Information Needed]
  • Paper [optional]: [More Information Needed]
  • Demo [optional]: [More Information Needed]

Uses

Direct Use

[More Information Needed]

Out-of-Scope Use

[More Information Needed]

Dataset Structure

[More Information Needed]

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Data Collection and Processing

[More Information Needed]

Who are the source data producers?

[More Information Needed]

Annotations [optional]

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Bias, Risks, and Limitations

[More Information Needed]

Recommendations

Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.

Citation [optional]

BibTeX:

[More Information Needed]

APA:

[More Information Needed]

Glossary [optional]

[More Information Needed]

More Information [optional]

[More Information Needed]

Dataset Card Authors [optional]

[More Information Needed]

Dataset Card Contact

[More Information Needed]

Downloads last month
126