Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anysphere/gpt-4-for-code
/ functions
Functions
57 in github.com/anysphere/gpt-4-for-code
⨍
Functions
57
◇
Types & classes
3
↓ 3 callers
Method
filter_by_columns
Filters the data to only include the specified columns. Args: columns_to_filter: List of column names to filter by.
python-to-c++/py/csvinteresting.py:38
↓ 2 callers
Method
split
python-to-c++/cc/csvinteresting.cc:188
↓ 1 callers
Method
group_by_column_and_filter
Groups the data by the specified column, filters the columns, and aggregates each group independently. Creates the following files:
python-to-c++/py/csvinteresting.py:136
↓ 1 callers
Method
group_by_column_and_filter
python-to-c++/cc/csvinteresting-post-gpt-4.cc:190
↓ 1 callers
Method
process_csv
(self)
python-to-c++/py/csvinteresting.py:18
Method
CSVReader
python-to-c++/cc/csvinteresting-post-gpt-4.cc:12
Method
CSVReader
python-to-c++/cc/csvinteresting.cc:12
Method
__init__
(self, file_path)
python-to-c++/py/csvinteresting.py:6
Method
add_column
Adds a new column with the specified name and fills it with the default value.
python-to-c++/py/csvinteresting.py:115
Method
add_column
python-to-c++/cc/csvinteresting-post-gpt-4.cc:161
Method
add_column
python-to-c++/cc/csvinteresting.cc:156
Function
concat_N_lsb_bits
raw-model-fails-to-find-memory-bug/utils.hpp:45
Method
contains_filter
filter out the column that contains the search term
python-to-c++/py/csvinteresting.py:66
Method
contains_filter
@brief filters by the column. this mutates the column headings and data. so be careful. this might lead to search bugs. @param search_term @param incl
python-to-c++/cc/csvinteresting-post-gpt-4.cc:63
Method
contains_filter
@brief filters by the column. this mutates the column headings and data. so be careful. this might lead to search bugs. @param search_term @param incl
python-to-c++/cc/csvinteresting.cc:58
Method
delete_column
Deletes the specified column.
python-to-c++/py/csvinteresting.py:121
Method
delete_column
python-to-c++/cc/csvinteresting-post-gpt-4.cc:168
Method
delete_column
python-to-c++/cc/csvinteresting.cc:163
Method
filter_by_columns
python-to-c++/cc/csvinteresting-post-gpt-4.cc:41
Method
filter_by_columns
python-to-c++/cc/csvinteresting.cc:36
Method
get_column
Returns a list of values from the specified column.
python-to-c++/py/csvinteresting.py:93
Method
get_column
python-to-c++/cc/csvinteresting-post-gpt-4.cc:103
Method
get_column
python-to-c++/cc/csvinteresting.cc:98
Function
get_submatrix_as_uint64s
raw-model-fails-to-find-memory-bug/utils-bug.cc:17
Function
get_submatrix_as_uint64s
raw-model-fails-to-find-memory-bug/utils.cc:17
Method
join
python-to-c++/cc/csvinteresting-post-gpt-4.cc:263
Method
join
python-to-c++/cc/csvinteresting.cc:206
Function
main
python-to-c++/cc/csvinteresting-post-gpt-4.cc:276
Function
main
python-to-c++/cc/csvinteresting.cc:219
Function
main
()
rocksb-cli/src/main.rs:6
Function
main
()
bazel/src/lib.rs:11
Method
prefix_match_filter
Filters the data to only include columns that start with the specified prefix.
python-to-c++/py/csvinteresting.py:74
Method
prefix_match_filter
@brief filters by the column. this mutates the column headings and data. so be careful. this might lead to search bugs. @param prefix @param include_c
python-to-c++/cc/csvinteresting-post-gpt-4.cc:77
Method
prefix_match_filter
@brief filters by the column. this mutates the column headings and data. so be careful. this might lead to search bugs. @param prefix @param include_c
python-to-c++/cc/csvinteresting.cc:72
Method
process_csv
python-to-c++/cc/csvinteresting-post-gpt-4.cc:21
Method
process_csv
python-to-c++/cc/csvinteresting.cc:16
Method
regex_filter
Filters the data to only include columns that match the regex pattern.
python-to-c++/py/csvinteresting.py:82
Method
regex_filter
@brief filters by the column. this mutates the column headings and data. so be careful. this might lead to search bugs. @param pattern @param include_
python-to-c++/cc/csvinteresting-post-gpt-4.cc:91
Method
regex_filter
@brief filters by the column. this mutates the column headings and data. so be careful. this might lead to search bugs. @param pattern @param include_
python-to-c++/cc/csvinteresting.cc:86
Method
rename_column
Renames the specified column.
python-to-c++/py/csvinteresting.py:128
Method
rename_column
python-to-c++/cc/csvinteresting-post-gpt-4.cc:180
Method
rename_column
python-to-c++/cc/csvinteresting.cc:175
Method
replace_column_values_regex
Replaces all values in the specified column that match the regex pattern with new_value.
python-to-c++/py/csvinteresting.py:108
Method
replace_column_values_regex
python-to-c++/cc/csvinteresting-post-gpt-4.cc:147
Method
replace_column_values_regex
python-to-c++/cc/csvinteresting.cc:142
Method
search_column
Returns rows where the specified column contains the search term.
python-to-c++/py/csvinteresting.py:98
Method
search_column
python-to-c++/cc/csvinteresting-post-gpt-4.cc:116
Method
search_column
python-to-c++/cc/csvinteresting.cc:111
Method
search_column_regex
Returns rows where the specified column matches the regex pattern.
python-to-c++/py/csvinteresting.py:103
Method
search_column_regex
python-to-c++/cc/csvinteresting-post-gpt-4.cc:131
Method
search_column_regex
python-to-c++/cc/csvinteresting.cc:126
Method
split
python-to-c++/cc/csvinteresting-post-gpt-4.cc:245
Method
summary
(self)
python-to-c++/py/csvinteresting.py:25
Method
summary
python-to-c++/cc/csvinteresting-post-gpt-4.cc:32
Method
summary
python-to-c++/cc/csvinteresting.cc:27
Function
test_parse_javascript
()
bazel/src/lib.rs:30
Method
write_csv
python-to-c++/cc/csvinteresting-post-gpt-4.cc:229