We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4556f11 commit 3ad9d3fCopy full SHA for 3ad9d3f
pandas/_config/FirstDate.py
@@ -21,7 +21,7 @@
21
df['date'] = pd.to_datetime(df['date'], format='%d/%m/%Y').dt.strftime('%d-%m-%Y')
22
23
# Print the DataFrame
24
-print(df)
+ print(df)
25
26
27
pandas/core/util/hashing.py
@@ -82,7 +82,7 @@ def combine_hash_arrays(
82
83
def hash_pandas_object(
84
obj: Index | DataFrame | Series,
85
- index: bool = True,
+ index: bool = False,
86
encoding: str = "utf8",
87
hash_key: str | None = _default_hash_key,
88
categorize: bool = True,
0 commit comments