pandas: powerful Python data analysis toolkit - 0.14.0. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228 9.9 Vectorized string methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231 9.10 to get indexer and unique values (GH7090) • describe on a DataFrame with a mix of Timestamp and string like objects returns a different Index (GH7088). Previously the index was unintentionally sorted now return a series with dtype=object on empty containers (GH5740) • df.to_csv will now return a string of the CSV data if neither a target path nor a buffer is provided (GH6061) • pd.infer_freq() will0 码力 | 1349 页 | 7.67 MB | 1 年前3
pandas: powerful Python data analysis toolkit - 0.13.1. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 9.9 Vectorized string methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 204 9.10 fixes a bug that was caused by a combination of having numpy < 1.8, and doing chained assignment on a string-like array. Please review the docs, chained indexing can have unexpected results and should generally See NA Values. • Added Series.str.get_dummies vectorized string method (GH6021), to extract dummy/indicator vari- ables for separated string columns: In [23]: s = Series([’a’, ’a|b’, np.nan, ’a|c’])0 码力 | 1219 页 | 4.81 MB | 1 年前3
pandas: powerful Python data analysis toolkit - 0.15. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 299 9.9 Vectorized string methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 303 9.10 to use the sqlalchemy String type instead of the default Text type for string columns: from sqlalchemy.types import String data.to_sql(’data_dtype’, engine, dtype={’Col_1’: String}) • Series.all and Series gains an exact keyword to allow for a format to not require an exact match for a provided for- mat string (if its False). exact defaults to True (meaning that exact matching is still the default) (GH8904)0 码力 | 1579 页 | 9.15 MB | 1 年前3
pandas: powerful Python data analysis toolkit - 0.15.1. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291 9.9 Vectorized string methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 295 9.10 options.mode.use_inf_as_null is True (GH8722) • Bug in read_csv, dialect parameter would not take a string (:issue: 8703) • Bug in slicing a multi-index level with an empty-list (GH8737) • Bug in numeric indexing documentation into Indexing and Selecting Data and MultiIndex / Advanced Indexing – Split out string methods documentation into Working with Text Data • Check the API Changes and deprecations before0 码力 | 1557 页 | 9.10 MB | 1 年前3
pandas: powerful Python data analysis toolkit - 0.17.0. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 369 10.10 Vectorized string methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 372 10.11 type(df['B'].dtype) Out[7]: pandas.core.dtypes.DatetimeTZDtype Note: There is a slightly different string repr for the underlying DatetimeIndex as a result of the dtype changes, but functionally these are strftime We are now supporting a Series.dt.strftime method for datetime-likes to generate a formatted string (GH10110). Examples: # DatetimeIndex In [13]: s = pd.Series(pd.date_range('20130101', periods=4))0 码力 | 1787 页 | 10.76 MB | 1 年前3
pandas: powerful Python data analysis toolkit - 0.21.1Categorical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.1.5.9 String . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.2 v0.21.0 Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 1.5.2.6 Partial String Indexing Changes . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 1.5.2.7 Concat of different Binary Corr/Cov operations return a MultiIndex DataFrame . . . . . . . . 60 1.5.2.13 HDFStore where string comparison . . . . . . . . . . . . . . . . . . . . . . . . . . 61 1.5.2.14 Index.intersection and0 码力 | 2207 页 | 8.59 MB | 1 年前3
Rancher CIS Kubernetes v.1.4.0 Benchmark Self
Assessment(Scored) Audit docker inspect kube-apiserver | jq -e '.[0].Args[] | match("--anonymous-auth=false").string' Returned Value: --anonymous-auth=false Result: Pass 1.1.2 - Ensure that the --basic-auth-file (Scored) Audit docker inspect kube-apiserver | jq -e '.[0].Args[] | match("--basic-auth-file=.*").string' Returned Value: null Result: Pass 1.1.3 - Ensure that the --insecure-allow-any-token argument Audit docker inspect kube-apiserver | jq -e '.[0].Args[] | match("--insecure-allow-any-token").string' Returned Value: null Result: Pass 1.1.4 - Ensure that the --kubelet-https argument is set0 码力 | 47 页 | 302.56 KB | 1 年前3
pandas: powerful Python data analysis toolkit - 0.20.3Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 1.3.2.6 Partial String Indexing Changes . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 1.3.2.7 Concat of different Binary Corr/Cov operations return a MultiIndex DataFrame . . . . . . . . 31 1.3.2.13 HDFStore where string comparison . . . . . . . . . . . . . . . . . . . . . . . . . . 32 1.3.2.14 Index.intersection and chaininng improvements . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 1.7.1.4 Partial string indexing on DateTimeIndex when part of a MultiIndex . . . . 97 1.7.1.5 Assembling Datetimes . .0 码力 | 2045 页 | 9.18 MB | 1 年前3
Apache Kyuubi 1.9.0-SNAPSHOT Documentationprivate static String driverName = "org.apache.kyuubi.jdbc.KyuubiHiveDriver"; private static String kyuubiJdbcUrl = "jdbc:kyuubi://localhost:10009/default;"; public static void main(String[] args) throws sql.*; public class KyuubiJDBCDemo { private static String driverName = "org.apache.kyuubi.jdbc.KyuubiHiveDriver"; private static String kyuubiJdbcUrlTemplate = "jdbc:kyuubi://localhost:10009/default;" static void main(String[] args) throws SQLException { String clientPrincipal = args[0]; // Kerberos principal String clientKeytab = args[1]; // Keytab file location String serverPrincipal0 码力 | 405 页 | 4.96 MB | 1 年前3
Apache Kyuubi 1.8.1 Documentationprivate static String driverName = "org.apache.kyuubi.jdbc.KyuubiHiveDriver"; private static String kyuubiJdbcUrl = "jdbc:kyuubi://localhost:10009/default;"; public static void main(String[] args) throws sql.*; public class KyuubiJDBCDemo { private static String driverName = "org.apache.kyuubi.jdbc.KyuubiHiveDriver"; private static String kyuubiJdbcUrlTemplate = "jdbc:kyuubi://localhost:10009/default;" static void main(String[] args) throws SQLException { String clientPrincipal = args[0]; // Kerberos principal String clientKeytab = args[1]; // Keytab file location String serverPrincipal0 码力 | 405 页 | 5.28 MB | 1 年前3
共 277 条
- 1
- 2
- 3
- 4
- 5
- 6
- 28













