﻿Input: 900 baris x 11 kolom
Symbols: 3
python : Traceback (most 
recent call last):
At line:1 char:1
+ python test_pipeline.py 
2>&1 | Out-File -Encoding 
utf8 test_output.tx ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
    + CategoryInfo         
     : NotSpecified: (Tra  
  ceback (most recent ca   
 ll last)::String) [],     
RemoteException
    + FullyQualifiedErrorI 
   d : NativeCommandError
 
  File "E:\Quant\saham\Pene
litian\ta-saham\test_pipeli
ne.py", line 40, in 
<module>
    df = 
generate_features(df_raw, 
include_candlestick=True, i
nclude_sliding_window=True)
  File "E:\Quant\saham\Pene
litian\ta-saham\src\ta_saha
m\pipeline.py", line 87, 
in generate_features
    print("\U0001f527 
Layer 1: Technical 
Indicators...")
    ~~~~~^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ACER\AppDa
ta\Local\Programs\Python\Py
thon313\Lib\encodings\cp125
2.py", line 19, in encode
    return codecs.charmap_e
ncode(input,self.errors,enc
oding_table)[0]
           ~~~~~~~~~~~~~~~~
~~~~~^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^
UnicodeEncodeError: 
'charmap' codec can't 
encode character 
'\U0001f527' in position 
0: character maps to 
<undefined>
