code stringlengths 3 6.57k |
|---|
wics.xs("EPS(Fwd.12M, 지배) |
get_moving_features(wics_fwd_eps, type='fwd') |
wics.xs("시가총액", level=1,axis=1) |
resample('M') |
last() |
load_macro_data() |
combination_set(pair, start, end, price, features) |
wics_prices (from features_from_wics() |
features (from features_from_wics() |
list(pair) |
comb_price.resample('m') |
last() |
comb_price.resample('m') |
first() |
list(features.keys() |
apply(lambda x: (x[pair[0]] / x[pair[1]]) |
list(features.keys() |
apply(lambda x: (x[pair[0]] - x[pair[1]]) |
if (x[comb_ret.columns[0]] > x[comb_ret.columns[1]]) |
feature_table.replace([-np.inf, np.inf], np.nan) |
fillna(method='ffill') |
comb_ret.replace([-np.inf, np.inf], np.nan) |
fillna(method='ffill') |
feature_table.shift(1) |
astype('category') |
load_dataset() |
load_wics_data() |
features_from_wics(WICS대) |
list(combinations(columns, 2) |
combination_set(pair,'2011-12','2021-05', price, features) |
__init__(self) |
set() |
Scan(self, **kwargs) |
self.CheckDirectoryEntries() |
self.CheckOLEStreams() |
self.CheckStreamData() |
CheckDirectoryEntryNames(self) |
self.Parser.DirectoryEntries.values() |
entry.ObjectName.lower() |
if ("MACRO" not in self.Flags) |
and (entry_name in frozenset(["_vba_project", "dir", "_srp_0", "projectlk", "projectwm", "project"]) |
self.Flags.add("MACRO") |
if ("OCX" not in self.Flags) |
and (entry_name in frozenset(["\\x03ocxname"]) |
self.Flags.add("OCX") |
if ("ENCRYPTED_PACKAGE" not in self.Flags) |
and (entry_name in frozenset(["encryptedpackage"]) |
self.Flags.add("ENCRYPTED_PACKAGE") |
CheckDirectoryEntryCLSIDs(self) |
self.Parser.DirectoryEntries.values() |
str(entry.CLSID) |
self.Flags.add(clsid) |
self.Flags.add(clsid) |
self.Flags.add(clsid) |
CheckDirectoryEntries(self) |
self.CheckDirectoryEntryNames() |
self.CheckDirectoryEntryCLSIDs() |
CheckOLEStreams(self) |
self.Parser.DirectoryEntries.values() |
entry.ObjectName.lower() |
OLEStream() |
Parse(entry.StreamData) |
str(relative_moniker_stream.CLSID) |
str(absolute_moniker_stream.CLSID) |
isinstance(outer_moniker, SOAPMoniker) |
str(outer_moniker.Url) |
strip(string.whitespace + "\x00") |
isinstance(outer_moniker, CompositeMoniker) |
isinstance(inner_moniker, FileMoniker) |
str(inner_moniker.AnsiPath) |
strip(string.whitespace + "\x00") |
str(inner_moniker.UnicodePath) |
strip(string.whitespace + "\x00") |
isinstance(inner_moniker, UrlMoniker) |
str(inner_moniker.Url) |
strip(string.whitespace + "\x00") |
isinstance(outer_moniker, FileMoniker) |
str(outer_moniker.AnsiPath) |
strip(string.whitespace + "\x00") |
str(outer_moniker.UnicodePath) |
strip(string.whitespace + "\x00") |
isinstance(outer_moniker, UrlMoniker) |
str(outer_moniker.Url) |
strip(string.whitespace + "\x00") |
CheckStreamData(self) |
self.Parser.DirectoryEntries.values() |
entry.ObjectName.lower() |
entry_name.startswith(("\\x01", "\\x03", "\\x05") |
and (entry_name != "\\x01ole10native") |
LengthPrefixedByteArray() |
Parse(stream_data) |
Dispatcher(label = f"{self.Dispatcher.Label} -> Stream \"{entry.ObjectName}\"") |
dispatcher.Dispatch(stream_data) |
self.Dispatcher.ChildDispatchers.append(dispatcher) |
print_progress_bar(iteration, total, prefix='', suffix='', decimals=1, length=18, fill='█') |
iteration (Int) |
iterations (Int) |
string (Str) |
string (Str) |
complete (Int) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.