ngram
sequencelengths 0
19
|
|---|
[] |
[] |
[
"format number of spaces between strings `Python`, `:` and `Very",
"of spaces between strings `Python`, `:` and `Very Good` to",
"between strings `Python`, `:` and `Very Good` to be `20`",
"spaces between strings `Python`, `:` and `Very Good` to be",
"number of spaces between strings `Python`, `:` and `Very Good`"
] |
[] |
[] |
[] |
[
"of a chain of system commands `ps -ef | grep",
"a chain of system commands `ps -ef | grep something",
"of system commands `ps -ef | grep something | wc",
"chain of system commands `ps -ef | grep something |",
"system commands `ps -ef | grep something | wc -l`",
"final output of a chain of system commands `ps -ef",
"output of a chain of system commands `ps -ef |",
"capture final output of a chain of system commands `ps"
] |
[] |
[] |
[] |
[] |
[] |
[
"string ` a \\n b \\r\\n c ` by new",
"` a \\n b \\r\\n c ` by new line",
"\\n b \\r\\n c ` by new line character `\\n`",
"a multi-line string ` a \\n b \\r\\n c `",
"Split a multi-line string ` a \\n b \\r\\n c",
"multi-line string ` a \\n b \\r\\n c ` by",
"a \\n b \\r\\n c ` by new line character"
] |
[] |
[
"Calculate sum over all rows of 2D numpy array `a`"
] |
[] |
[
"concatenate items of list `l` with a space ' '"
] |
[
"parse a time string '30/03/09 16:31:32.123' containing milliseconds in it"
] |
[
"`my_string` with dot and comma into a float number `my_float`",
"string `my_string` with dot and comma into a float number",
"convert a string `my_string` with dot and comma into a",
"a string `my_string` with dot and comma into a float"
] |
[
"convert a string `123,456.908` with dot and comma into a",
"string `123,456.908` with dot and comma into a floating number",
"a string `123,456.908` with dot and comma into a floating"
] |
[] |
[] |
[] |
[
"download a file \"http://www.example.com/songs/mp3.mp3\" over HTTP and save to \"mp3.mp3\""
] |
[] |
[] |
[
"download a file `url` over HTTP and save to \"10MB\""
] |
[
"argparse add argument with flag '--version' and version action of",
"add argument with flag '--version' and version action of '%(prog)s",
"flag '--version' and version action of '%(prog)s 2.0' to parser",
"with flag '--version' and version action of '%(prog)s 2.0' to",
"'--version' and version action of '%(prog)s 2.0' to parser `parser`",
"argument with flag '--version' and version action of '%(prog)s 2.0'"
] |
[] |
[
"rename the columns from dataframes `split_df` and `csv_df` with suffix",
"`split_df` and `csv_df` and rename the columns from dataframes `split_df`",
"Create new DataFrame object by merging columns \"key\" of dataframes",
"DataFrame object by merging columns \"key\" of dataframes `split_df` and",
"columns from dataframes `split_df` and `csv_df` with suffix `_left` and",
"`csv_df` and rename the columns from dataframes `split_df` and `csv_df`",
"and `csv_df` and rename the columns from dataframes `split_df` and",
"and rename the columns from dataframes `split_df` and `csv_df` with",
"object by merging columns \"key\" of dataframes `split_df` and `csv_df`",
"the columns from dataframes `split_df` and `csv_df` with suffix `_left`",
"by merging columns \"key\" of dataframes `split_df` and `csv_df` and",
"dataframes `split_df` and `csv_df` and rename the columns from dataframes",
"\"key\" of dataframes `split_df` and `csv_df` and rename the columns",
"new DataFrame object by merging columns \"key\" of dataframes `split_df`",
"columns \"key\" of dataframes `split_df` and `csv_df` and rename the",
"merging columns \"key\" of dataframes `split_df` and `csv_df` and rename",
"from dataframes `split_df` and `csv_df` with suffix `_left` and `_right`",
"dataframes `split_df` and `csv_df` with suffix `_left` and `_right` respectively",
"of dataframes `split_df` and `csv_df` and rename the columns from"
] |
[] |
[] |
[] |
[
"Multiply a matrix `P` with a 3d tensor `T` in",
"a matrix `P` with a 3d tensor `T` in scipy"
] |
[] |
[] |
[] |
[] |
[] |
[
"value by `2` for all keys in a dictionary `my_dict`",
"each value by `2` for all keys in a dictionary",
"Multiple each value by `2` for all keys in a"
] |
[] |
[] |
[] |
[] |
[] |
[
"the order of words, delimited by `.`, in string `s`",
"Reverse the order of words, delimited by `.`, in string"
] |
[
"time represented as milliseconds `s` to string using format '%Y-%m-%d",
"represented as milliseconds `s` to string using format '%Y-%m-%d %H:%M:%S.%f'",
"epoch time represented as milliseconds `s` to string using format",
"convert epoch time represented as milliseconds `s` to string using"
] |
[] |
[] |
[
"elements at index `column` of each list in list `data`",
"sum elements at index `column` of each list in list"
] |
[] |
[] |
[
"combine list of dictionaries `dicts` with the same keys in",
"dictionaries `dicts` with the same keys in each list to",
"of dictionaries `dicts` with the same keys in each list",
"with the same keys in each list to a single",
"`dicts` with the same keys in each list to a",
"list of dictionaries `dicts` with the same keys in each",
"the same keys in each list to a single dictionary"
] |
[
"a nested dictionary `dicts` into a flat dictionary by concatenating",
"dictionary by concatenating nested values with the same key `k`",
"into a flat dictionary by concatenating nested values with the",
"nested dictionary `dicts` into a flat dictionary by concatenating nested",
"Merge a nested dictionary `dicts` into a flat dictionary by",
"`dicts` into a flat dictionary by concatenating nested values with",
"dictionary `dicts` into a flat dictionary by concatenating nested values",
"a flat dictionary by concatenating nested values with the same",
"flat dictionary by concatenating nested values with the same key"
] |
[] |
[] |
[] |
[] |
[
"append elements of a set `b` to a list `a`"
] |
[
"Split a string `x` by last occurrence of character `-`"
] |
[
"get the last part of a string before the character",
"the last part of a string before the character '-'"
] |
[] |
[
"create array containing the maximum value of respective elements of",
"maximum value of respective elements of array `[2, 3, 4]`",
"the maximum value of respective elements of array `[2, 3,",
"of respective elements of array `[2, 3, 4]` and array",
"respective elements of array `[2, 3, 4]` and array `[1,",
"elements of array `[2, 3, 4]` and array `[1, 5,",
"value of respective elements of array `[2, 3, 4]` and",
"array containing the maximum value of respective elements of array",
"containing the maximum value of respective elements of array `[2,",
"of array `[2, 3, 4]` and array `[1, 5, 2]`"
] |
[
"a list `l` and move first 3 elements to the",
"print a list `l` and move first 3 elements to",
"and move first 3 elements to the end of the",
"move first 3 elements to the end of the list",
"`l` and move first 3 elements to the end of",
"list `l` and move first 3 elements to the end"
] |
[] |
[] |
[
"filter rows in pandas starting with alphabet 'f' using regular",
"rows in pandas starting with alphabet 'f' using regular expression."
] |
[
"print a 2 dimensional list `tab` as a table with",
"a 2 dimensional list `tab` as a table with delimiters"
] |
[
"pandas: delete rows in dataframe `df` based on multiple columns",
"delete rows in dataframe `df` based on multiple columns values"
] |
[] |
[
"format string \"({} goals, ${})\" with variables `goals` and `penalties`"
] |
[] |
[
"convert a list of lists `L` to list of integers"
] |
[
"the elements of list `lines` concatenated by special character '\\n'",
"of list `lines` concatenated by special character '\\n' to file",
"list `lines` concatenated by special character '\\n' to file `myfile`",
"write the elements of list `lines` concatenated by special character",
"elements of list `lines` concatenated by special character '\\n' to"
] |
[] |
[
"non zero values in each column in pandas data frame",
"zero values in each column in pandas data frame `df`",
"count non zero values in each column in pandas data"
] |
[
"search for string that matches regular expression pattern '(?<!Distillr)\\\\\\\\AcroTray\\\\.exe' in",
"for string that matches regular expression pattern '(?<!Distillr)\\\\\\\\AcroTray\\\\.exe' in string",
"string that matches regular expression pattern '(?<!Distillr)\\\\\\\\AcroTray\\\\.exe' in string 'C:\\\\SomeDir\\\\AcroTray.exe'"
] |
[
"'QH QD JC KD JS' into a list on white",
"string 'QH QD JC KD JS' into a list on",
"split string 'QH QD JC KD JS' into a list",
"QD JC KD JS' into a list on white spaces"
] |
[
"search for occurrences of regex pattern '>.*<' in xml string",
"for occurrences of regex pattern '>.*<' in xml string `line`"
] |
[] |
[
"convert a string `string_date` into datetime using the format '%Y-%m-%d",
"a string `string_date` into datetime using the format '%Y-%m-%d %H:%M:%S.%f'"
] |
[
"list with the first element equal to '332' within the",
"element equal to '332' within the list of lists `thelist`",
"index of a list with the first element equal to",
"first element equal to '332' within the list of lists",
"the index of a list with the first element equal",
"of a list with the first element equal to '332'",
"find the index of a list with the first element",
"the first element equal to '332' within the list of",
"with the first element equal to '332' within the list",
"a list with the first element equal to '332' within"
] |
[
"a string `text` and remove non-alphanumeric characters aside from space",
"lower a string `text` and remove non-alphanumeric characters aside from"
] |
[
"characters except space from a string `text` and lower it",
"remove all non-alphanumeric characters except space from a string `text`",
"non-alphanumeric characters except space from a string `text` and lower",
"all non-alphanumeric characters except space from a string `text` and"
] |
[
"text 'H20' with '2' as subscripted in matplotlib labels for",
"'2' as subscripted in matplotlib labels for arrays 'x' and",
"with '2' as subscripted in matplotlib labels for arrays 'x'",
"'H20' with '2' as subscripted in matplotlib labels for arrays",
"as subscripted in matplotlib labels for arrays 'x' and 'y'.",
"subscript text 'H20' with '2' as subscripted in matplotlib labels"
] |
[
"text 'H20' with '2' as subscripted in matplotlib labels for",
"'2' as subscripted in matplotlib labels for arrays 'x' and",
"with '2' as subscripted in matplotlib labels for arrays 'x'",
"'H20' with '2' as subscripted in matplotlib labels for arrays",
"as subscripted in matplotlib labels for arrays 'x' and 'y'.",
"subscript text 'H20' with '2' as subscripted in matplotlib labels"
] |
[
"loop over a list `mylist` if sublists length equals 3"
] |
[] |
[
"data from dataframe `df1` with data from dataframe `df2` based",
"`df1` with data from dataframe `df2` based on matching values",
"from dataframe `df2` based on matching values of column 'Date_Time'",
"data from dataframe `df2` based on matching values of column",
"`df2` based on matching values of column 'Date_Time' in both",
"with data from dataframe `df2` based on matching values of",
"joining data from dataframe `df1` with data from dataframe `df2`",
"from dataframe `df1` with data from dataframe `df2` based on",
"dataframe `df2` based on matching values of column 'Date_Time' in",
"dataframe `df1` with data from dataframe `df2` based on matching",
"based on matching values of column 'Date_Time' in both dataframes"
] |
[
"use `%s` operator to print variable values `str1` inside a",
"`%s` operator to print variable values `str1` inside a string"
] |
[
"Split a string '2.MATCHES $$TEXT$$ STRING' by a delimiter '$$TEXT$$'"
] |
[
"if directory `directory ` exists and create it if necessary",
"check if directory `directory ` exists and create it if"
] |
[
"check if a directory `path` exists and create it if",
"if a directory `path` exists and create it if necessary"
] |
[
"check if a directory `path` exists and create it if",
"if a directory `path` exists and create it if necessary"
] |
[
"a separate word 'H3' by 'H1' in a string 'text'",
"Replace a separate word 'H3' by 'H1' in a string"
] |
[
"substitute ASCII letters in string 'aas30dsa20' with empty string ''"
] |
[
"get digits only from a string `aas30dsa20` using lambda function"
] |
[] |
[
"object by concatenating data from matrix A and matrix B",
"matrix object by concatenating data from matrix A and matrix",
"new matrix object by concatenating data from matrix A and",
"Create new matrix object by concatenating data from matrix A"
] |
[] |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- -