Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
14 views

I'm encountering a data consistency issue with keyed in-memory tables in DolphinDB during batch updates with concurrent queries. I have a custom function that performs a batch calculation every 10 ...
1 vote
0 answers
19 views

I am using crossSectionalEngine to perform cross-sectional aggregation on 1-minute stock data to generate 1-minute sector data. The output table uses a keyedStreamTable to ensure unique key values (...
-2 votes
0 answers
59 views

I'm using a two-level LeftSemiJoinEngine in DolphinDB to join streaming tables, but the final output data cannot be correctly sorted by the specified column. Scenario Description: I need to process ...
0 votes
0 answers
76 views

I created a time series aggregator using createTimeSeriesAggregator, but the chronological order of the output results is problematic. Scenario Description: The data in the source table MD_PTB is ...
0 votes
1 answer
46 views

Refer to this example attached as follows. It consists 2 methods of streaming, one by defined function, another by class append method. The 2 methods produce exactly same results no matter how I tune ...
0 votes
2 answers
126 views

I have a table t containing minute-level data with fields such as datetime (timestamp), stock_id (stock code), and ret (return). My goal is to: First, group by date(datetime) and stock_id, and ...
0 votes
0 answers
44 views

I am working with a table in DolphinDB where multiple rows share the same id, and each row contains non-null values in different columns. My goal is to consolidate these rows into a single row for ...
1 vote
0 answers
84 views

I'm trying to perform rolling regression on a matrix with missing values and calculate residuals for each row. Specifically, I want to use a rolling window of length 3 where for each window, the ...
0 votes
1 answer
86 views

I have two vectors of equal length, one integer vector and one boolean vector. I want to calculate the product of elements in the integer vector where the corresponding boolean vector has consecutive ...
haru's user avatar
  • 11
0 votes
1 answer
114 views

I have a DolphinDB table with an array vector column. I need to remove duplicate rows based on subset relationships within that column. Sample Input: sym prices a [3,4,5,6] a [3,4,5] a [2,4,5,6] a [5,...
0 votes
1 answer
69 views

I am working with irregular minute-level stock data in DolphinDB and need to implement a specific rolling calculation using the roll function which is new in version 3.00.4. I have a custom ...
0 votes
1 answer
52 views

I am using the cross-sectional engine and need to store multiple rows of fields as a single array vector. However, I have encountered several issues during the process: The scenarios I attempted are ...
0 votes
1 answer
44 views

I have a base table A and a result table B in DolphinDB. Table B was initially empty and is used to store calculated results based on table A. When trying to insert the calculated results into table B,...
0 votes
1 answer
97 views

I need to process a large L2 market data table (≈30 million rows) in DolphinDB and calculate statistics for the top 5% of records per group. However, I’m stuck on a syntax error with the top function ...
2 votes
1 answer
69 views

I’m working with the DolphinDB Python API to analyze financial data, but I can’t join a table transformed by pivotby() with another table directly. The error says TablePivotBy has no merge attribute. ...

15 30 50 per page
1
2 3 4 5
...
18

AltStyle によって変換されたページ (->オリジナル) /